c8
c8 copied to clipboard
output coverage reports using Node.js' built in coverage
* **Version**: 12.13.0 * **Platform**: Darwin Stevens-Mac-mini.local 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64 Previously, with [nyc](https://npmjs.com/nyc), I was using [puppeteer-to-istanbul](https://npmjs.com/puppeteer-to-istanbul), but now I'm...
* **Version**: v16.14.2 * **Platform**: Linux 5.15.0-46-generic Libraries: * **AVA** 5.0.1 * **rewire** 6.0.0 * **c8** 7.12.0 There seems to be a problem with the code coverage reported by c8...
Hi guys, I have a project with Vue.js + Typescript + Mocha that I need to generate code coverage from. I was using nyc + istanbul before, but had the...
* **Version**: v16.17.0 * **Platform**: `Linux foobar 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` I am trying to configure `reports-dir` in a config file,...
* **Version**: v18.7.0 * **Platform**: Linux x86_64 (should affect all) This is more of a note rather than an bug report and would probably be more appropriate as a GitHub...
## Observed Behavior The following code: ```js async function abc() { try { return 'abc'; } finally { console.log('in finally'); } // this is a covered line but uncovered branch...
* **Version**: `v14.18.1` * **Platform**: `... 20.6.0 Darwin Kernel Version 20.6.0: ...; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64` Having the ability to add a silent option (typically `-s`/`--silent` or `-q`/`--quiet`) to suppress/reduce logging would...
* **Version**: 7.11.3 * **Platform**: ubuntu-20.04 (github actions) Hi everyone! I encountered strange behavior in github workflow when I change package.json things, not related to c8. Here are coverage report...
* **Version**: `^7.11.2` * **Platform**: `Windows 11` Code coverage results in `0` even if there are unit and functional test added. I am using `Adonis framework v5` and `Japa` for...
Hi Guys, So the idea here is to create an integration test coverage report for a node js service running on the docker container. But facing an issue Issue: C8...