c8
c8 copied to clipboard
output coverage reports using Node.js' built in coverage
Hi, during an ongoing attempt to port an existing project running from nyc to c8, I noticed c8 currently does not support configuration files in a .js format. While there...
* **Version**: v16.13.1 * **Platform**: Linux 5.10.60.1-microsoft-standard-WSL2 As the title states, I found an issue with ignore statements in barrel/index files that just re-export other modules. Coverage gets reported incorrectly...
* **Version**: node 10.24.1 * **Platform**: Macbook M1, 13.4.1 * c8 version:v7.14.0 I want to test the coverage of [this project](https://github.com/spring-petclinic/spring-petclinic-angular). At first, I used nyc, but the lines coverage...
* **Version**: 12.16.2 * **Platform**: Darwin Kernel Version 19.4.0 I'd like to see support for the simpler `// c8 ignore next` comments. Also `// c8 ignore if` and `// c8...
* **Version**: v18.16.0 * **Platform**: Microsoft Windows 10 Home / 10.0.19045 Build 19045 - via MINGW64_NT-10.0-19045 User-PC 3.4.6.x86_64 2023-05-18 20:39 UTC x86_64 Msys ``` TypeError [ERR_INVALID_URL_SCHEME]: The URL must be...
Example: test.js: ```js import './main.js'; ``` main.js: ```js if (false) void 0; if (false) { void 0; } while (false) void 0; while (false) { void 0; } ``` ```...
### inspired by `eslint` `--report-unused-disable-directives` - No error when ``` // eslint-disable-next-line foobar BAD_CODE_WITH_FOOBAR_PROBLEM ``` - Report error when ``` // eslint-disable-next-line foobar GOOD_CODE_WITHOUT_FOOBAR_PROBLEM ``` ### feat `report-unused-ignore-directive` - No...
* **Version**: v18.13.0 * **Platform**: Darwin softs-MBP 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 * **c8**: 7.13.0 First of all, thanks for your work!...
Node Version = 17.9.1 C8 Version: 7.13.0 Platform: Amazon Linux 2 i am trying to run coverage report of indendepent process using c8 ( assuming my test case will be...
I'm developing a cross-platform testing tool, which can run tests in browsers, Node and Deno: https://siesta.works I'm trying to promote `c8` as a recommended code coverage tool for it. It...