-
As title. xml produced by nose coverage is like:
```
```
but the format junit parser supports is:
```
```
-
Hi i was trying to setup a coverage checker whereby if fall under 80 %, they won't able to commit it.
somehow result specified is under 80% but still consider success.
Need some suggestion is it a…
-
go test -v -fuzz=Decode image/gif
consistently produces output like:
```
...
=== RUN TestEncodeWrappedImage
--- PASS: TestEncodeWrappedImage (0.06s)
=== FUZZ FuzzDecode
fuzz: elapsed: 0s, gatheri…
-
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…
-
The simplecov-jason-formatter Ruby gem suggested by SimpleCov generates reports that are incompatible with Codecov
The simplecov-cobertura gem still works correctly
We need to analyze and upda…
-
Current implementation will not behave as expected in a mono-repo with multiple Go projects. It would be beneficial to allow the user to optionally specify the `LAST_SUCCESSFUL_RUN_ID` or default to t…
-
Ruby 2.5 didn't just add branch coverage but also method coverage (see here for instance: https://blog.bigbinary.com/2018/04/11/ruby-2-5-supports-measuring-branch-and-method-coverages.html)
Would b…
-
### 1.1. Title
Whitebox test design techniques
### 1.2. Details
This idea aims to cover the following:
1. Basic techniques
1. Statement coverage
2. Branch coverage
3. Path cove…
-
The image below shows an excerpt of a coverage report displayed by the jenkins CI cobertura plugin for a project that is mostly implemented in C++, but which has a component written in TypeScript runn…