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