We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2be7f commit 6243c4aCopy full SHA for 6243c4a
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- './cc-test-reporter before-build'
20
21
script:
22
- - 'XDEBUG_MODE=coverage vendor/bin/phpunit'
+ - 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml'
23
24
after_success:
25
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
phpunit.xml.dist
@@ -22,10 +22,4 @@
</whitelist>
</filter>
- <logging>
26
- <log type="coverage-html" target="build/coverage" />
27
- <log type="coverage-clover" target="build/logs/clover.xml" />
28
- <log type="coverage-text" target="php://stdout" />
29
- </logging>
30
-
31
</phpunit>
0 commit comments