disable external code coverage
This commit is contained in:
parent
2480103b49
commit
254064150d
|
|
@ -19,7 +19,7 @@ tools:
|
|||
config:
|
||||
ruleset: phpmd.xml.dist
|
||||
external_code_coverage:
|
||||
enabled: true
|
||||
enabled: false
|
||||
timeout: 1200
|
||||
php_cpd: true
|
||||
# php_sim: # Temporarily disabled to allow focus on things other than duplicates
|
||||
|
|
|
|||
Loading…
Reference in New Issue