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,7 +55,7 @@ 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)