disable external code coverage

This commit is contained in:
troosan 2018-05-20 20:59:34 +02:00
parent 2480103b49
commit 254064150d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ tools:
config: config:
ruleset: phpmd.xml.dist ruleset: phpmd.xml.dist
external_code_coverage: external_code_coverage:
enabled: true enabled: false
timeout: 1200 timeout: 1200
php_cpd: true php_cpd: true
# php_sim: # Temporarily disabled to allow focus on things other than duplicates # php_sim: # Temporarily disabled to allow focus on things other than duplicates