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 1065435 commit e1812c9Copy full SHA for e1812c9
.travis.yml
@@ -14,4 +14,4 @@ script:
14
after_script:
15
- php vendor/bin/coveralls
16
- wget https://scrutinizer-ci.com/ocular.phar
17
- - php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
+ - php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
0 commit comments