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 5320e35 commit bbf0e81Copy full SHA for bbf0e81
.travis.yml
@@ -37,4 +37,8 @@ install:
37
38
script:
39
- vendor/bin/phpcs
40
- - vendor/bin/phpunit --coverage-text --exclude-group integration
+ - vendor/bin/phpunit --coverage-clover=coverage.clover --exclude-group integration
41
+
42
+after_script:
43
+ - wget https://scrutinizer-ci.com/ocular.phar
44
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments