Skip to content

Commit b87b1cc

Browse files
TomasVotrubajaapio
authored andcommitted
use coveralls instead of scrutinizer
1 parent 4314705 commit b87b1cc

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
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 & 31 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ install:
1717
- composer install --no-interaction
1818

1919
script:
20-
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
20+
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
2121

2222
after_script:
2323
- |
2424
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;
2727
fi
2828
2929
notifications:

0 commit comments

Comments
 (0)