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 eedf83e commit 1a8fb40Copy full SHA for 1a8fb40
.travis.yml
@@ -42,4 +42,8 @@ cache:
42
directories:
43
- $HOME/.composer/cache
44
before_script: ./.travis/before_script.sh
45
-script: phpunit -c magento2/dev/tests/$TEST_SUITE
+script: phpunit -c magento2/dev/tests/$TEST_SUITE --coverage-text --coverage-clover=coverage.clover
46
+after_script:
47
+ - |
48
+ wget https://scrutinizer-ci.com/ocular.phar
49
+ php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments