mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
phpunit
This commit is contained in:
parent
d35aa31a8f
commit
36782d1a1a
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
||||||
/.Readme.md.html
|
/.Readme.md.html
|
||||||
/vendor/
|
/vendor/
|
||||||
/composer.lock
|
/composer.lock
|
||||||
|
/code-coverage/
|
||||||
|
|
|
@ -11,4 +11,5 @@ cache:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit
|
||||||
|
- ls -l code-coverage/*
|
||||||
- sonar-scanner
|
- sonar-scanner
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue