-
## Bug Report
Code coverage seems to be 0% for some of the projects, while there is coverage almost 100%.
### Workflow File
```yaml
- name: Test
run: dotnet test --no-build --ve…
-
**Describe the bug**
this was pretty tricky to narrow down -- initially I only found this through `covdefaults` and a particular branch which was conditionally ignored (only on windows) via the `co…
-
**Is your feature request related to a problem? Please describe.**
Some lines are yellow (partial), but I don't know which branch was taken and which one still needs testing.
**Describe the soluti…
-
It would be nice to have the `deno-coverage-ignore` and `deno-coverage-ignore-file` comments which would essentially act the same as all other `deno-*-ignore` comments but for ignoring a specified lin…
-
We agreed on #1175 to open an issue to follow up a discussion about it for Node.js (cc: @mhdawson @RafaelGSS)
> The project MUST have FLOSS automated test suite(s) that provide at least 90% stateme…
-
ES6 super() calls, ternary operator usage result in false coverage, even though code gets executed
-
### Describe what's wrong
The test coverage tool `JacocoReport` did not work at some point, we need to make it run normally.
### Error message and/or stacktrace
Branch 0.2 is fine and the co…
-
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-80%25-success?style=flat)
Package | Line Rate | Branch Rate | Complexity | Health
-------- | --------- | ----------- | ---------- | -----…
-
When there is T22N, it gets S31P, when there is S31P, it gets T22N.
MT.1+C21627A(S:T22N)
GISAID query: T21653C,C29108T,C21627A,C23039G
GISAID supplementary query: T21653C,C29108T,-21627,C2303…
-
An if-statement can combine multiple checks with operators like `&&` or `||` which can be understood as a complex setup of multiple if-statements. At the moment we do ignore all these possible branche…