Include the web/ folder in the coverage report for gulp unittestcli

Given that there's a few unit-tests for `web/` code that runs in Node.js, it seems reasonable to include that folder in the coverage report.
This commit is contained in:
Jonas Jenwald 2026-04-26 21:52:10 +02:00
parent b178305a8b
commit 40ea3e3acb

View File

@ -3,7 +3,8 @@
"include": [
"build/lib-legacy/core/**/*.js",
"build/lib-legacy/display/**/*.js",
"build/lib-legacy/shared/**/*.js"
"build/lib-legacy/shared/**/*.js",
"build/lib-legacy/web/**/*.js"
],
"exclude": ["build/lib-legacy/test/**"],
"all": false,