mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user