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.11.3 * **Platform**: MacOS (on my computer) & Ubuntu (GitHub actions) * **Repository**: https://github.com/shigma/cordis All other files in this project are displayed normally, except for *service.ts*: Coverage for...

bug
p2

* **Version**: v16.13.1 * **Platform**: Darwin MacbookPro.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64 I am transitioning from Jest to Vitest, which uses C8...

feature-request

##### Checklist - [x] `npm test`, tests passing - [x] `npm run test:snap` (to update the snapshot) - [x] tests and/or benchmarks are included ##### Background Sometimes we need to...

* **Version**: * **Platform**: Node Version: v10.19 Platform: Ubuntu 20.04 I am trying to run C8 code coverage for electron.js which is also dependent on node.js and chromium v8. I...

question

Recent changes (https://github.com/istanbuljs/v8-to-istanbul/pull/173) are causing issues for Node 10 tests. Specifically, it's causing branches to no longer be marked as covered in the following code: ```js #!/usr/bin/env node 'use strict'...

bug
p1

* **Version**: v16.13.2 * **Platform**: Darwin Aarons-MacBook-Pro.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_6 I have a project that I am refactoring, and c8...

bug
p2

* **Version**: v7.11.0 ### System Info ```shell System: OS: macOS 11.6.2 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 192.20 MB / 32.00 GB Shell: 5.8 - /bin/zsh...

bug
p2

This is a feature request. Eslint has an option to error when there are useless ignores. It would be great to have something similar for c8 where it errors when...

feature-request

When using `--exclude`, the argument passed overrides the default exclusions. What I want to do is to *extend* the defaults, so I don't have to specify them manually. Is there...

feature-request

Main motivation for this feature is to provide the necessary data required to implement IDE feature - instant feedback to user, which line in code has failed which test(s). Similar...

feature-request