fixes for code coverage (#2419)

This commit is contained in:
David Bomba 2018-10-05 22:04:32 +10:00 committed by GitHub
parent 9d68edb6b4
commit 9a7392ac1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,11 +55,11 @@ 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)
notifications: notifications:
email: email:
on_success: never on_success: never