mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-05 09:41:01 +02:00
Merge pull request #21168 from Snuffleupagus/unittestcli-coverage-web
Include the `web/` folder in the coverage report for `gulp unittestcli`
This commit is contained in:
commit
0ec70b0953
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user