Skip to content

Commit

Permalink
Remove code coverage from scrutinizer config.
Browse files Browse the repository at this point in the history
Scrutinizer no longer executes the code coverage checker, so this configuration does nothing.  We use coveralls now to handle code coverage.
  • Loading branch information
nubs committed Sep 25, 2014
1 parent 3eb8bd6 commit 8943c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tools:
config:
standard: PSR1
sensiolabs_security_checker: true
php_code_coverage:
test_command: './vendor/bin/phpunit'
php_loc:
excluded_dirs:
- vendor
Expand Down

0 comments on commit 8943c66

Please sign in to comment.