-
## Version **1.1.2** of [gulp-istanbul](https://github.com/SBoudrias/gulp-istanbul) just got published.
Branch
Build failing 🚨
Dependency
…
-
## Version **1.1.3** of [gulp-istanbul](https://github.com/SBoudrias/gulp-istanbul) was just published.
Branch
Build failing 🚨
Dependency
…
-
When I run istanbul with gulp-istanbul, the progress bars in the HTML report are not fully filled whereas the coverage is 80%.
This does not happen when I run istanbul standalone.
An issue was opened …
-
## 写在前面
在看源码的时候,总会看到一行注释 `/*istanbul ignore next*/`,遇到好几次,但都没有明白它的意思。实际的意思忽略当前的测试。
测试的时候,我们非常关心,是否所有的代码都测试到了。目前为止,我写的前端代码还没有被测试过。今年,要前端测试代码提上日程。
这个指标就是“[代码覆盖率](https://en.wikipedia.org/wiki/C…
-
I think it has to do with one of my files has zero branches.
```
$ istanbul report --root ./coverage --dir ./coverage/combined --format html
> cwt-oapi-util@0.2.0 cover-combine-reports /home/…
osher updated
7 years ago
-
[Bug]
Hi there, when I'm using the test-coverage of Jest (so basically Istanbul), I get this error stack:
```
Failed to write coverage reports:
ERROR: Error: ENOENT: no such file or …
loick updated
5 years ago
-
Currently skipped with the `/* istanbul ignore next */` across multiple source files.
We need to implement tests to check prompts inputs validation in the form of unit tests (these are already cover…
-
Currently, all istanbul report only shows coverage for files which is in folder but not subfolders

![qq20150604-1 2x](https://cloud.githubusercontent.com/assets/1304629/7995368/02de8aec-0aca-11e5-8…
niln1 updated
8 years ago
-
## 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…
-
It looks like setting `noCompact` to `false` via `.istanbul.yml` just plain doesn't work. My `.yml` file looks like:
``` yaml
instrumentation:
compact: false
```
I'm invoking `istanbul` like so:
…