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

# **[Pull Request 453](https://github.com/bcoe/c8/pull/453)** commit [ff5d39b73f2265105a8ecf1cc4b5fd9f47a570e2](https://github.com/bcoe/c8/pull/453/commits/ff5d39b73f2265105a8ecf1cc4b5fd9f47a570e2) Author: The Nasty Date: Tue Jan 16 14:00:38 2024 -0500 Improve code quality by increasing code coverage: lib/source-map-from-file.js (#453) refactor: lib/source-map-from-file.js to improve code...

ci

* **Version**: v18.14.0 * **Platform**: windows-latest, ubuntu-latest and macos-latest GitHub CI images When running tests with coverage in CI, after the test run completes successfully, CPU spikes to 100% and...

* **Version**: 7.12.0 * **Platform**: Node.js v18.12.1 Running `node --test` works fine. Running `c8 node tests/*.test.js` works fine too. However, running `c8 node --test` causes a segmentation fault. ```sh $...

bug
needs more info
p2

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bcoe/c8). ## Config Migration Needed - [ ]...

`c8` shows uncovered lines, but the whole file is covered. ![image](https://user-images.githubusercontent.com/1573141/132669108-53525a81-6bb5-4a72-aa07-81360ce1b5c5.png) Version: output of `node -v` 16.9.0 Platform: output of `uname -a` Darwin * **Version**: latest * **Platform**: mac os...

bug
help wanted

* **Version**: v19.8.1 * **Platform**: Darwin 22.1.0 Darwin Kernel Version 22.1.0 arm64 I ran c8 once, then changed the file-naming and folder structure, and ran c8 again. The paths do...

Version: v18.18.0 Platform: WIn 11 22H2 c8 Version: 8.0.1 I think I found a bug with c8rc using cascaded c8rc configurations. I figured out I could use the "extends" attribute...

This PR attempts to reproduce inaccurate coverage results described here https://github.com/bcoe/c8/issues/325 cc @koshic @coderaiser @shnhrrsn **update (success): to reproduce the error with this branch, run `npm run test-loader`** The error...

`c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --exclude 'test/**' --exclude 'micromark/**' npm test` Failing CI run for this change due to lack of 100% coverage for excluded...

help wanted
needs more info
p1

* **Version**: node v18.7.0 + c8 v8.0.1 * **Platform**: 64-bit (Windows) I'm running `c8` using `mocha` with `ts-node/register` and I'm wondering if that might cause the issue. Essentially, I have...

bug
needs more info