-
### Describe your use-case which is not covered by existing documentation.
I have to retrieve some coverage results from within a pipeline to do some custom handling with it. While this has been no…
-
I added this package to show the test coverage for every PR as I am using C8 package.
the result is right at file but it shows in the PR with different values No idea why?
here is my github file…
-
This widget is helpful to visualize the code coverage, we appreciate the possibility to display Branch code coverage, but we're running into reporting problems as it's not giving any “filtering mechan…
-
coverage-reporter is very useful, so it's a shame that the version on Pypi seems terribly broken:
- https://gist.github.com/wallrj/6997823
I've had to install it from a checkout of Tom Prince's bran…
-
In my code structure, there are multiple directories under `src`, and there is one directory `test` which contains unit test files.
My `mocha_istanbul` configuration as follows:
```
mocha_istanbu…
-
**Describe the bug**
Ive got a part with multiple horizontal overhangs. When I use tree support (both normal and strong), the brances are very sparse on some of the overhangs and is not influenced by…
-
I am experiencing the same issue as #422 with some Vue files not included in the coverage report, so I decided to try changing to v8 as recommended. However, using v8, used files without tests are bei…
-
Consider the code below.
```js
const x = 'asdf'
const fn = y => {
if (typeof y !== 'object') {
y = 'yup'
}
console.log(y)
}
fn(x)
```
The code branches on the if statement and…
-
Every code-coverage tool I've seen tracks coverage by lines. A ternary operator or coalescing operator places multiple branches on a single line.
For example, the following code looks quite verbose…
-
### Version
1.0.0-beta.29
### Reproduction link
[https://github.com/tkesgar/vue-jest-test-coverage](https://github.com/tkesgar/vue-jest-test-coverage)
### Steps to reproduce
The r…