-
Partly due to the fact that our testing is currently non-deterministic, there are some instances where some code may or may not be executed "randomly". This can be seen by checking out the codecov rep…
-
Sonar property file can be improve to ease coverage configuration .
This can look that this one:
```
# must be unique in a given SonarQube instance
sonar.projectKey=plasma
# this is the name and …
-
It will be nice to have tooling to work with coverage data inside tests.
Expected usage:
- to test coverage of given function/method
```
test_coverage ('Foo::bar', code => min (0.9), branch => m…
-
Hi @rillig
First of all Thanks so much for Branch(C1) and Condition(C2) coverage implementation. It helps us a lot.
I have to find C1 for whole project. So I planned to pass packages one by one…
-
Hi,
I integrated `rust-covfix` using `github-actions` and it works fine, but then panics like this:
```
Run rust-covfix lcov.info -o lcov.info
Coverages are fixed successfully!
line: 84.1…
-
Would it be right to say that static analysis encompasses all forms of code analysis in a non-runtime environment, while dynamic analysis requires a run-time environment?
In the scenario of Code Co…
-
From James:
> There's not a lot of VVC bitstreams currently in the FATE suite, so if
> you know of any that will increase the coverage (See for example
> http://coverage.ffmpeg.org/index.vvc_intr…
-
We have a default configuration specified in our .nycrc with the following:
```
{
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": ["text", "html", "lcov"],
"check-coverage…
-
Running munit with -coverage, I get an empty coverage report:
```
------------------------------
COVERAGE REPORT
------------------------------
OVERALL COVERAGE STATS:
packages 0% 0 …
-
For the moment we don't test .net global tool on unix systems because we get an "access denied" exception on ubuntu.
https://github.com/tonerdo/coverlet/blob/7cad9b3f58f2414d870a4cbe248ee8c93ed558a…