use coveralls over scrutinizer

This commit is contained in:
TomasVotruba
2017-11-15 20:01:54 +01:00
committed by Jaap van Otterdijk
parent 7524aba21f
commit 03f8b85625
3 changed files with 6 additions and 35 deletions
+3 -3
View File
@@ -20,13 +20,13 @@ install:
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard temp/ecs; fi
script:
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
# coding style
- if [[ $STATIC_ANALYSIS != "" ]]; then temp/ecs/bin/ecs check src tests; fi
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
- php coveralls.phar --verbose;
notifications:
irc: "irc.freenode.org#phpdocumentor"