Skip to content

Commit

Permalink
enable scrutinizer external code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Aug 26, 2016
1 parent 2601885 commit 50c9d0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
external_code_coverage: true
filter:
excluded_paths:
- 'tests/*'
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ script:
after_script:
- cd $CURRENT_DIR
- 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

0 comments on commit 50c9d0f

Please sign in to comment.