mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Exclude vendor folder from coverage report.
This commit is contained in:
@@ -19,6 +19,7 @@ coverage:
|
|||||||
- '%app_path%/e107_web/**/*.php'
|
- '%app_path%/e107_web/**/*.php'
|
||||||
exclude:
|
exclude:
|
||||||
- './**'
|
- './**'
|
||||||
|
- '%app_path%/e107_handlers/vendor/**/*.php'
|
||||||
- '%app_path%/e107_tests/**'
|
- '%app_path%/e107_tests/**'
|
||||||
params:
|
params:
|
||||||
- lib/config.php
|
- lib/config.php
|
||||||
|
Reference in New Issue
Block a user