We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b71bdd commit b5b6777Copy full SHA for b5b6777
1 file changed
.travis.yml
@@ -29,7 +29,5 @@ install:
29
script:
30
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-xml=build/coverage/coverage-xml
31
--log-junit=build/coverage/phpunit.junit.xml
32
+ - bash <(curl -s https://codecov.io/bash) || true
33
- vendor/bin/infection --min-msi=95 --threads=$(nproc) --coverage=build/coverage
-
34
-after_success:
35
- - bash <(curl -s https://codecov.io/bash)
0 commit comments