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 6309bdd commit 3d97272Copy full SHA for 3d97272
.travis.yml
@@ -9,4 +9,8 @@ php:
9
before_script:
10
- composer install
11
12
-script: ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist
+script:
13
+ - ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist --coverage-clover=coverage.xml
14
+
15
+after_success:
16
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments