-
grcov, the tool we use to gather code coverage metrics, [got support](https://github.com/mozilla/grcov/issues/509#issuecomment-732817023) for new LLVM machinery in version 0.6.0. This new instrumentat…
-
Not all of our coding style guidelines are covered by analyzers. https://github.com/dotnet/winforms/blob/main/docs/coding-style.md Some things that currently aren't covered:
- XML comments indented…
-
# Boolean Terms with XOR are not analyzed correctly for MCDC coverage
## Criticality: HIGH
During qualification of MCDC coverage at Validas we found that
In the following example the term “(v0^v1) …
-
## Compiler version
3.3.4
## Problem
Scala 3 coverage of my project is still significantly lower than scala 2 (~ 20% for statements and 27% for branches)
I've tried to inspect reports to see dif…
-
It may happen that the uploaded code coverage artifact has expired already when we run the action. This is likely on repositories which do not receive changes frequently and thus, when a PR is opened,…
-
**What product do you want to improve?**
CodeCov coverage gatherer
**Is your feature request related to a problem? Please describe.**
Some parts of the code are either extremely hard or impossibl…
-
Coverlet is a NuGet package depended on by the unit testing project for determining code coverage.
Figure out how to get this working and produce meaningful output. Once working, add a Code Coverage …
-
This is a hard problem to solve, but I figured I'd open an issue for this since it's an interesting problem that could potentially have a few solutions.
# Problem
Constant evaluation and `const …
-
# Vitest Code Coverage
We’ve got Vitest up and running and have written a few simple tests to check that everything’s working. Today I’m going to look at Vitest’s code coverage story. Code coverage t…
-
### Problem Statement
When a Sentry customer has a Codecov subscription and they have enabled Code Coverage insights and are successfully showing coverage insights on their stack traces, we should st…