Searched refs:coverageFile (Results 1 – 2 of 2) sorted by relevance
25 const coverageFile = fs.readFileSync(path.join(coverageDir, 'newCoverage.json'), 'utf8'); constant26 const coverageData = JSON.parse(coverageFile);
154 const coverageFile = path.join(coverageDir, 'coverage.json');155 fs.writeFileSync(coverageFile, JSON.stringify(coverageData, null, 4));