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_identation_4spaces: true
|
||||||
fix_doc_comments: true
|
fix_doc_comments: true
|
||||||
tools:
|
tools:
|
||||||
external_code_coverage:
|
external_code_coverage: false
|
||||||
timeout: 600
|
|
||||||
runs: 3
|
|
||||||
php_analyzer: true
|
php_analyzer: true
|
||||||
php_code_coverage: false
|
php_code_coverage: false
|
||||||
php_code_sniffer:
|
php_code_sniffer:
|
||||||
|
|
Reference in a new issue