Skip to content

Commit bbf0e81

Browse files
committed
Send code coverage to scrutinizer
1 parent 5320e35 commit bbf0e81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ install:
3737

3838
script:
3939
- vendor/bin/phpcs
40-
- vendor/bin/phpunit --coverage-text --exclude-group integration
40+
- 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

Comments
 (0)