-
go build -v -o ./build/bin/istanbul ./cmd/istanbul
cmd/istanbul/main.go:23:2: cannot find package "github.com/urfave/cli" in any of:
/usr/local/go/src/github.com/urfave/cli (from $GOROOT)
/home/e…
-
1. `Jest` instrument sources and produce .json reporter
2. Then I collect coverage with `babel-plugin-istanbul` and get second .json report
3. When I merge it with `istanbul-merge` I get the issue, …
-
In coverage reporter (html)
Trace:
```
TypeError: Cannot read property 'text' of undefined
at /Users/arusakov/myproject/node_modules/istanbul/lib/report/html.js:210:45
at Array.forEach (nati…
-
- [ ] Install and set up jest
- [ ] write a single test that passes
- [ ] install and set up istanbul
- [ ] get a code coverage report
- [ ] update the package.json with appropriate scripts
- [ ]…
-
## Link to bug demonstration repository
I'm trying this on my https://github.com/11ways/hawkejs repository.
It's a template manager that can run on the server and in the browser, nearly all of t…
-
I've been trying to get browserify-istanbul to work with the latest unstable Istanbul version for more accurate ES6 coverage reports.
Currently stuck on the fact that neither esprima@3.0.0-beta or th…
-
## Version **1.1.2** of [gulp-istanbul](https://github.com/SBoudrias/gulp-istanbul) just got published.
Branch
Build failing 🚨
Dependency
…
-
## Issue
If there is a reserved keyword in one of the files being covered, then esprima just throws an error stating that an unexpected token was encountered. This makes it very difficult to debug b…
-
## Link to bug demonstration repository
https://github.com/david-kirkland/ng18-code-coverage/tree/bug-nyc-file-paths
Branch = `bug-nyc-file-paths`
## Expected Behavior
The generated coverage J…
-
There are these errors when trying to build the project with "make" command:
cmd/istanbul/main.go:37: cannot use extra.ExtraCommand (type "github.com/getamis/istanbul-tools/vendor/github.com/urfave…