c8
c8 copied to clipboard
output coverage reports using Node.js' built in coverage
* **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...
* **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...
##### 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...
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'...
* **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...
* **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...
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...
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...
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...