Skip to content

Commit cd1b5f5

Browse files
Merge pull request #21226 from Snuffleupagus/unittestcli-coverage-external
Include the `external/` folder in the coverage report for `gulp unittestcli`
2 parents ac51bdf + d33d9fc commit cd1b5f5

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.c8rc.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ function buildLibHelper(bundleDefines, inputStream, outputDir) {
17251725
"babel-plugin-istanbul",
17261726
{
17271727
cwd: __dirname,
1728-
include: ["src/**/*.js", "web/**/*.js"],
1728+
include: ["external/**/*.js", "src/**/*.js", "web/**/*.js"],
17291729
},
17301730
]);
17311731
}

0 commit comments

Comments
 (0)