istanbuljs / puppeteer-to-istanbul

given coverage information output by puppeteer's API output a format consumable by Istanbul reports
ISC License
212 stars 46 forks source link

feat: allow path renaming #61

Open mvegter opened 4 years ago

mvegter commented 4 years ago

This can allow users to remove the .nyc_output from the filePath, that way coverage tools such as Codecov can actually report coverage.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 168


Totals Coverage Status
Change from base Build 165: 0.01%
Covered Lines: 229
Relevant Lines: 229

💛 - Coveralls
dword-design commented 3 years ago

@mvegter I think v8-to-istanbul needs the storage of the generated files, but I made a PR that still maps the paths back to their originals at the very end https://github.com/istanbuljs/puppeteer-to-istanbul/pull/64.