File tree Expand file tree Collapse file tree 3 files changed +6
-34
lines changed Expand file tree Collapse file tree 3 files changed +6
-34
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-ci
2
+ coverage_clover : coverage.xml
3
+ json_path : coverage.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ install:
17
17
- composer install --no-interaction
18
18
19
19
script :
20
- - vendor/bin/phpunit --coverage-clover=coverage.clover -v
20
+ - vendor/bin/phpunit --coverage-clover=coverage.xml -v
21
21
22
22
after_script :
23
23
- |
24
24
if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
25
- wget https://scrutinizer-ci .com/ocular .phar;
26
- php ocular .phar code-coverage:upload --format=php-clover coverage.clover ;
25
+ wget https://github .com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls .phar;
26
+ php coveralls .phar --verbose ;
27
27
fi
28
28
29
29
notifications :
You can’t perform that action at this time.
0 commit comments