Remove external coverage from scrutinizer conf
This commit is contained in:
parent
8d5facc674
commit
843a7ca9b3
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ checks:
|
|||
fix_identation_4spaces: true
|
||||
fix_doc_comments: true
|
||||
tools:
|
||||
external_code_coverage:
|
||||
timeout: 600
|
||||
runs: 3
|
||||
external_code_coverage: false
|
||||
php_analyzer: true
|
||||
php_code_coverage: false
|
||||
php_code_sniffer:
|
||||
|
|
Reference in a new issue