mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +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:
@@ -17,6 +17,9 @@ coverage:
|
|||||||
- '%app_path%/e107_plugins/**/*.php'
|
- '%app_path%/e107_plugins/**/*.php'
|
||||||
- '%app_path%/e107_themes/**/*.php'
|
- '%app_path%/e107_themes/**/*.php'
|
||||||
- '%app_path%/e107_web/**/*.php'
|
- '%app_path%/e107_web/**/*.php'
|
||||||
|
exclude:
|
||||||
|
- './**'
|
||||||
|
- '%app_path%/e107_tests/**'
|
||||||
params:
|
params:
|
||||||
- lib/config.php
|
- lib/config.php
|
||||||
extensions:
|
extensions:
|
||||||
|
Reference in New Issue
Block a user