mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Experimental support for CodeCov.
This commit is contained in:
parent
2edd49a8b4
commit
2cb9aa537f
@ -24,6 +24,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- travis_retry php vendor/bin/php-coveralls -x storage/build/clover-all.xml
|
- travis_retry php vendor/bin/php-coveralls -x storage/build/clover-all.xml
|
||||||
|
- bash <(curl -s https://codecov.io/bash) -f storage/build/clover-all.xml
|
||||||
|
|
||||||
# safelist
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user