Skip to content

Commit

Permalink
fix: revert defaulting to empty file-coverage report, this caused too…
Browse files Browse the repository at this point in the history
… many issues
  • Loading branch information
Benjamin Coe committed Jan 18, 2017
1 parent e03cd48 commit 25aec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumenters/noop.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function NOOP () {
if (extracted) {
this.fileCoverage = new FileCoverage(extracted.coverageData)
} else {
this.fileCoverage = new FileCoverage(filename)
this.fileCoverage = null
}
return code
},
Expand Down

0 comments on commit 25aec77

Please sign in to comment.