Skip to content

Commit 8943c66

Browse files
committed
Remove code coverage from scrutinizer config.
Scrutinizer no longer executes the code coverage checker, so this configuration does nothing. We use coveralls now to handle code coverage.
1 parent 3eb8bd6 commit 8943c66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ tools:
1111
config:
1212
standard: PSR1
1313
sensiolabs_security_checker: true
14-
php_code_coverage:
15-
test_command: './vendor/bin/phpunit'
1614
php_loc:
1715
excluded_dirs:
1816
- vendor

0 commit comments

Comments
 (0)