enable scrutinizer external code coverage

This commit is contained in:
Robin Appelman 2016-08-27 00:03:10 +02:00
commit 50c9d0fd75
2 changed files with 10 additions and 0 deletions

8
.scrutinizer.yml Normal file
View file

@ -0,0 +1,8 @@
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
external_code_coverage: true
filter:
excluded_paths:
- 'tests/*'

View file

@ -49,3 +49,5 @@ script:
after_script: after_script:
- cd $CURRENT_DIR - cd $CURRENT_DIR
- php vendor/bin/coveralls -v - php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml