Skip to content

Commit 019bdea

Browse files
committed
chore: update file format
1 parent c41e77a commit 019bdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function includeAllFiles(nycFilename, nycOptions) {
343343

344344
const nycCoverage = JSON.parse(readFileSync(nycFilename, 'utf8'))
345345
const coverageKeys = Object.keys(nycCoverage)
346-
const coveredPaths = coverageKeys.map(key =>
346+
const coveredPaths = coverageKeys.map((key) =>
347347
nycCoverage[key].path.replace(/\\/g, '/')
348348
)
349349

0 commit comments

Comments
 (0)