c8
c8 copied to clipboard
output coverage reports using Node.js' built in coverage
@bcoe This PR is to add [Monocart](https://github.com/cenfun/monocart-coverage-reports) report support for c8. In order to adapt to c8, Monocart has made many adjustments, such as supporting Node 14 and allowing empty...
fixes #492 ##### Checklist - [x] `npm test`, tests passing - [x] `npm run test:snap` (to update the snapshot) - [x] documentation is changed or added
fixes #520 ##### Checklist - [x] `npm test`, tests passing - [x] `npm run test:snap` (to update the snapshot)
* **Version**: c8 6.0.1, Node.js v12.10.0 * **Platform**: Win10 x64 This module doesn't appear to cover forked processes, including those created by Node.js' cluster module. Would it be possible to...
* **Version**: v20.8.1 * **Platform**: Linux 6.6.4-arch1-1 I run certain code like this: ```javascript let head = '(function(module, exports, require, __dirname, __filename, ' + argument_config.names.join(', ') + ') {"use strict";\n';...
Currently, there's no way to find out what tests are covering a given line, it would be nice to have this feature. In the Python language this is named dynamic...
* **Version**: v18.14.2 * **Platform**: ``` Darwin BL-mmillerick-NNH946444W 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:43 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T6000 arm64 ``` I've noticed that `c8` does not distinguish between...
#Temp PR Message feat: Adding additional configuration file options test: unit test for config file detection test: unit test for config files pass via the cli test: unit test case...
* **Version**: v20.9.0 * **Platform**: Linux JABAILE-DESK02 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux I can only apologize in advance for this one... I...
All technical details of the test can be found at https://github.com/metalsmith/metalsmith/actions/runs/7854693798/job/21435716699 Since v3.x the dependency `foreground-child` uses the `node:` prefix to include constants and due to this c8 throws in...