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.
2 parents 362af27 + 60e2c6c commit 96a8445Copy full SHA for 96a8445
.travis.yml
@@ -25,6 +25,6 @@ script:
25
- ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/phpunit.junit.xml
26
- ./vendor/bin/infection --coverage=build --min-msi=60 -j$(nproc)
27
28
-after_script:
29
- - cp ./build/logs/clover.xml clover.xml
+after_success:
30
- if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT; fi
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments