phpunit
This commit is contained in:
parent
d35aa31a8f
commit
36782d1a1a
|
@ -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…
Reference in New Issue