We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20d651 commit 02cc231Copy full SHA for 02cc231
task-utils.js
@@ -219,6 +219,7 @@ function tryFindingLocalFiles(nycFilename) {
219
const from = nycCoverage[key].path
220
if (from.startsWith(commonFolder)) {
221
const to = join(cwd, from.slice(length))
222
+ // ? Do we need to replace the "key" in the coverage object or can we just replace the "path"?
223
nycCoverage[key].path = to
224
debug('replaced %s -> %s', from, to)
225
changed = true
0 commit comments