mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
Fix for Codeception return code 1 with XML code coverage report
By explicitly excluding the tests folder from the coverage tokenizer
This commit is contained in:
parent
91d69898df
commit
bb16213b85
@ -17,6 +17,9 @@ coverage:
|
||||
- '%app_path%/e107_plugins/**/*.php'
|
||||
- '%app_path%/e107_themes/**/*.php'
|
||||
- '%app_path%/e107_web/**/*.php'
|
||||
exclude:
|
||||
- './**'
|
||||
- '%app_path%/e107_tests/**'
|
||||
params:
|
||||
- lib/config.php
|
||||
extensions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user