1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Exclude vendor folder from coverage report.

This commit is contained in:
Cameron
2020-12-11 15:01:12 -08:00
parent dbaf062534
commit d090b19c73

View File

@@ -19,6 +19,7 @@ coverage:
- '%app_path%/e107_web/**/*.php'
exclude:
- './**'
- '%app_path%/e107_handlers/vendor/**/*.php'
- '%app_path%/e107_tests/**'
params:
- lib/config.php