Skip to content

Commit 03f8b85

Browse files
TomasVotrubajaapio
authored andcommitted
use coveralls over scrutinizer
1 parent 7524aba commit 03f8b85

File tree

3 files changed

+6
-35
lines changed

3 files changed

+6
-35
lines changed

.coveralls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service_name: travis-ci
2+
coverage_clover: coverage.xml
3+
json_path: coverage.json

.scrutinizer.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ install:
2020
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard temp/ecs; fi
2121

2222
script:
23-
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
23+
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
2424
# coding style
2525
- if [[ $STATIC_ANALYSIS != "" ]]; then temp/ecs/bin/ecs check src tests; fi
2626

2727
after_script:
28-
- wget https://scrutinizer-ci.com/ocular.phar
29-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
28+
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
29+
- php coveralls.phar --verbose;
3030

3131
notifications:
3232
irc: "irc.freenode.org#phpdocumentor"

0 commit comments

Comments
 (0)