-
I am running code coverage reporting for JavaScript with the lcov formatter by using Istanbuls `nyc` CLI tool as is [explained in the docs](https://docs.codeclimate.com/docs/configuring-test-coverage#…
-
## Description ##
As a USER, I would like to see some sort of debouncing or cancellation of previous analysis triggered by 'textDocument/didChange' event
## Acceptance Criteria ##
- Each 'textDo…
-
### Describe the bug
I have a extension that is built via webpack.
When I try to get the coverage, I needed to give the option `-u`, otherwise I would not get any coverage result.
The result I …
-
**Is your feature request related to a problem? Please describe.**
In reviewing !131, the lack of test coverage of `fre pp checkout` was noted.
**Describe the solution you'd like**
Tests to cover…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I would like to use branch coverage as the default coverage strategy.
So is there a way to switch the coverage strategy.
-
We should manually implement a way to measure the code coverage of the 10 functions with the highest cyclomatic complexity. Below is an example of how this can be done:
1. Identify all branch…
-
In the HTML table listing lines, methods, statements and Branches along with their coverage percentage for every class pattern matches are not counted as branches.
This can result in misleading covera…
-
I have the following code in my class:
``` java
List someList = getSomeList();
if (someList != null && !someList.isEmpty()) {
```
On the `if` statement, I am told that my tests are covering 3 out of…