c8
c8 copied to clipboard
output coverage reports using Node.js' built in coverage
* **Node Version**:18.14.0 * **c8 Version**:8.0.1 * **Platform**:Darwin C02C26P7MD6T 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:42:42 PDT 2023; root:xnu-10002.1.13~1/RELEASE_X86_64 x86_64 ````js function huhu(someValue) { switch (someValue) { case...
* **Version**: 8.0.1 * **Platform**: Ubuntu 20.04 + Node.js 16.20.2 Consider the following project: #### src/index.ts ```ts export const foo = (bar: number) => { return bar + 1; };...
If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. * **Version**: 12.22.2 * **Platform**: Linux ROG-Zephyrus 5.10.43.3-microsoft-standard-WSL2...
* **Version**: node v18.7.0 + c8 v8.0.1 * **Platform**: 64-bit (Windows) I'm trying to produce a test coverage report that includes all my source and test TypeScript files. However, I...
https://github.com/bcoe/c8/blob/main/CONTRIBUTING.md has a link to get an invite for the node-tooling/c8 channel, but the link is dead. (I wanted to ask a generic question, as a user, and I'm not...
* **Version**: 8.0.1 * **Platform**: windows 11 and wsl2 * **Nodejs**: both v16.14.0 in windows11 and wsl2 Reproduce steps: 1. Generate vscode sample extension ``` npm install -g yo generator-code...
* **Version**: * **Platform**: * **Version**: ``` $ node -v v16.19.1 ``` * **Platform**: ``` $ uname -a Linux ********* 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64...
* **Version**: v18.16.0 * **Platform**: Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64 x86_64 GNU/Linux * **c8 Version**: 8.0.0 I'm working on a project where we use two different testing tools - **mocha** for...
* **Version**: Node 16.15.1 * **Platform**: 64-bit (Windows) Have you seen this error before? Path contains invalid characters Looks like the path is being appended twice. `C:\code\repo\FR.Web.front\frontApp\coverage_cucumber\lcov-report\frontApp\Features\StepDefinitions\C:\code\repo\FR.Web.front\frontApp\Features\StepDefinitions` ``` Error: Path...
* **Version**: v20.4.0 * **Platform**: Darwin [redacted] 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64 x86_64 when I start a file with `/* c8 ignore start...