-
I found we can easily use:
```
npm install istanbul
root@fizno:~/remotestorage.js# ./node_modules/.bin/istanbul cover --hook-run-in-context ./node_modules/.bin/jaribu
```
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **4.1.6** of [babel-plugin-istanb…
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **4.1.6** of [babel-plugin-istanb…
-
https://travis-ci.org/publiclab/image-sequencer/jobs/579551472 is showing an ES6 failure to recognize the `=>` syntax, although that doesn't seem to be what's failing. So, two issues: first that we …
-
## Version **2.0.4** of **karma-coverage-istanbul-reporter** was just published.
Branch
Build failing 🚨
Dependency
karma-coverage…
-
### Steps to reproduce
Steps:
1. Clone https://github.com/Shereef/graphql-jest-coverage-attribute
2. run `npm run test:cov`
### Expected behavior
Should get `100%` coverage
### Actual be…
-
## The devDependency [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) was updated from `2.0.4` to `2.0.5`.
🚨 [View failing branch](https://github.c…
-
Hi guys,
I'm getting a `TypeError` when trying to run this piece of code:
``` js
const istanbul = require('istanbul')
, instrumenter = new istanbul.Instrumenter();
let genCode = instrumenter.ins…
-
I use istanbul on a node.js application where some services are started as subprocesses. To enable code coverage of those, I followed advice for issue #97.
So I start the subprocesses as "istanbul cov…
-
When I run against my app I get the following exception:
```
TypeError: Cannot read property 'trimEnd' of null
at new CovSource (/Users/scott/cxone/apps/cxone-hybrid-webapp-boilerplate/node_m…