Skip to content

Commit a2085a5

Browse files
committed
Include the external/ folder in the coverage report for gulp unittestcli
Given that the (browser) `gulp unittest` coverage includes the `external/` folder, it seems reasonable to include that folder in the coverage report when running unit-tests in Node.js as well.
1 parent ac51bdf commit a2085a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.c8rc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"reporter": ["text", "html", "lcov"],
33
"include": [
4+
"build/external/**/*.js",
45
"build/lib-legacy/core/**/*.js",
56
"build/lib-legacy/display/**/*.js",
67
"build/lib-legacy/shared/**/*.js",

0 commit comments

Comments
 (0)