-
i have been trying to use riteway, in one of my sideprojects. When trying to get it working with instanbul coverage report it shows 0% coverage.
I currently have only a single test.js file , it imp…
-
I have a module that I would like to have code coverage using `Istanbul`, but I cant get it working when I use arrow function.
my module `compute.js`
```
'use strict';
exports.addition = (a, b) => …
-
Since moving to `*.js` files for both of these, they're suddenly getting picked up by `c8` and bringing our code coverage numbers down :) Would be lovely to ship an updated c8 config!
-
**What would you like Renovate to be able to do?**
Jest is using istanbuljs code for code coverage by default. It now supports node buildin v8 coverage, but that is currently (node v14) not very st…
-
This provider doesn't translate error stack traces using source maps. We should document how you can set that up yourself, by installing `source-map-support` and adding `source-map-support/register` t…
-
I just noticed this repo exists due to a notification from someone posting a bug. This still uses babel 6 and the legacy istanbul tool. Do we fix or deprecate and steer people away?
CC @bcoe @JaK…
-
When installing `nyc` there are a number of npm warnings about deprecated packages:
```
$ npm i -D nyc
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not us…
-
Related to https://github.com/felixge/node-sandboxed-module/issues/25.
It'd be nice if the istanbul transformer also supported nyc, which in turn supports subprocesses. I got this working with the …
-
When you test a function with default parameter without creating test cases that use the defaults, the Branch % coverage drops to 0% for the entire test suite.
i.e. Given the following function:
```…
-
Ref istanbuljs/load-nyc-config#2
The module in question is to be used by both nyc and babel-plugin-istanbul. The babel plugin does not use yargs (no CLI processing), but we want it to load the sam…