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/*'