Skip to content

Commit

Permalink
Scrutinizer code coverage enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eymengunay committed Jun 2, 2014
1 parent 9d97c0e commit d4aa855
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .scrutinizer.yml
@@ -1,10 +1,8 @@
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/*'
- 'Tests/*'
- 'bin/*'
- 'library/*'
paths: { }
tools:
php_sim:
Expand All @@ -13,10 +11,8 @@ tools:
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/*'
- 'Tests/*'
- 'bin/*'
- 'library/*'
paths: { }
php_pdepend:
enabled: true
Expand All @@ -27,10 +23,8 @@ tools:
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/*'
- 'Tests/*'
- 'bin/*'
- 'library/*'
paths: { }
php_analyzer:
config:
Expand All @@ -44,10 +38,8 @@ tools:
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/*'
- 'Tests/*'
- 'bin/*'
- 'library/*'
paths: { }
path_configs: { }
php_changetracking:
Expand All @@ -60,11 +52,10 @@ tools:
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/*'
- 'Tests/*'
- 'bin/*'
- 'library/*'
paths: { }
php_code_coverage: true
before_commands:
- "composer install --prefer-source"
after_commands: { }
Expand Down

0 comments on commit d4aa855

Please sign in to comment.