1
0
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:
Deltik 2020-03-06 19:16:07 -06:00
parent 91d69898df
commit bb16213b85
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

@ -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: