We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce2d90 commit b9ce218Copy full SHA for b9ce218
task.js
@@ -45,7 +45,7 @@ function saveCoverage(coverage) {
45
46
function maybePrintFinalCoverageFiles(folder) {
47
const jsonReportFilename = join(folder, 'coverage-final.json')
48
- if (!existsSync) {
+ if (!existsSync(jsonReportFilename)) {
49
debug('Did not find final coverage file %s', jsonReportFilename)
50
return
51
}
0 commit comments