fixes for code coverage (#2419)
This commit is contained in:
parent
9d68edb6b4
commit
9a7392ac1f
|
|
@ -55,7 +55,7 @@ before_script:
|
||||||
# Make sure the app is up-to-date
|
# Make sure the app is up-to-date
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php ./vendor/bin/phpunit --debug --verbose
|
- php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue