-
Hi,
Since this library is using a deprecated version of Istanbul, I wonder if there's a point in maintaining this library as it just confuses end users?
Deprecated version of Istanbul: https://g…
-
Trying to figure out why I get no coverage out of `nyc` whatsoever, I ended up with a file single file ./x.js that only contains:
```bash
#!/usr/bin/env node
'use strict'
console.log('======= …
-
### Describe the bug
I am experiencing an issue with code coverage reporting when using the Istanbul provider. Some files that are exported as default are not marked as covered in the coverage repo…
-
**Description**
Run `reproduce.mjs` with env `RUNTIME=node` and `RUNTIME=browser`.
Merge `coverage-final.json` from different runtime.
Expect 100% coverage.
Actually, `branch not covered` …
-
-
## The devDependency [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) was updated from `5.1.3` to `5.1.4`.
🚨 [View failing branch](https://github.com/gscoppino/ng-modern-…
-
It took me a few attempts to get the URL format working on this repository:
https://github.com/istanbuljs/v8-to-istanbul/pull/87
Such that wombat dressing room could understand it, it would be g…
-
As per the title, export works just fine as far as I can tell, import however reports that it has been successful, but nothing really happens.
package.json:
```{
"type": "module",
"name": "t…
-
this is a part of my **karma.conf.js**:
``` javascript
preLoaders: [
{
test: /\.js$/,
loader: 'isparta',
include: path.resolve(__dirname, './src/…
kmCha updated
7 years ago
-
`karma-istanbuljs-reporter` don't instrument files. Instrumentation relay on `babel-istanbul-plugin`, trying to implement `include all sources` must be done upstream at `babel-loader` or `babel plugin…