c8 icon indicating copy to clipboard operation
c8 copied to clipboard

output coverage reports using Node.js' built in coverage

Results 116 c8 issues
Sort by recently updated
recently updated
newest added

* **Version**: 7.10.0 * **Platform**: macOS 12.1 * **Node**: 17.1 Configuration options for "include" and "src" are very unclear. Without specifying either, several extraneous files are included in the report...

docs

This is example of changes that can be made to get support of loaded and transformed files (#325). As I understand, the problem can be somewhere in [v8-to-instanbul](https://github.com/istanbuljs/v8-to-istanbul/blob/v8.1.0/lib/v8-to-istanbul.js#L108-L185) when we...

## Description Code coverage report generated by `c8` is showing incorrect result despite all branches are covered. I even tested it with compiled JavaScript files by `swc` and the result...

bug
p2

When i run `c8` with `.nycrc` config reporters from config file are ignored. but if user adds any flag as cli arg ```sh c8 mocha --timeout 30000 packages/*/test{,/*}.js # no...

bug
more-info-needed
p2

> c8 --reporter json --reporter text ava "--colors" Uncaught exception in test.js SyntaxError: Unexpected token '.' --- Error log: https://github.com/node-fetch/fetch-blob/pull/103/checks?check_run_id=3037830205 Version: output of `node -v`: v15 Platform: ubuntu --- I'm...

needs more info

* **v12.22.5**: * **macOS 11.5.2**: I've noticed some inexplicable uncovered branch reports after switching from `nyc` to `c8`. The uncovered branches were the closing braces of async methods. The issue...

bug
wontfix
p2

* **Version**: v12.18.3 * **Platform**: Linux d35e72cef690 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 GNU/Linux I'm guessing this is a trivial matter of needing to escapify filenames,...

bug

Hello. I've only recently discovered C8 and was wondering **how does it compare to Istanbul?** I'm making a semi educated guess that removing the need for instrumenting the files would...

docs

I am using`c8` on top of `AVA` that uses `babel` to transpile the sources on the fly. Is it expected that `sourceMaps: "inline"` works but `sourceMaps: true` does not? In...

question

* **Version**: v14.15.4 * **Platform**: Linux 5.4.0-58-generic #64~18.04.1-Ubuntu SMP Wed Dec 9 17:11:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ## Summary When: 1. class `A` extends `B` and 2. class...

bug