-
When using .NET's _native_ code coverage collection mechanism - `dotnet test` with `--collect "Code Coverage;Format=Cobertura"`, the Xunit assemblies also count towards code coverage. This is, of cour…
-
https://github.com/Azure/azure-sdk-for-net/pull/14185 added code coverage reporting for internal pipeline runs, However more work needs to be done on code coverage collection and reporting.
- [ ] T…
-
Hello, I'm trying to use junit test logger for building and uploading results from inside `dotnet/sdk:6.0` container.
When I run test command
```
dotnet test --logger:"junit;LogFilePath=test-re…
-
Found with the SDK 5.0.100-preview.6.20318.15
Repro in [this solution](https://github.com/dotnet/sdk/files/4859509/Issue.zip)
Basicaly the solution has 1 class library project, 1 test project.
T…
-
Hi.
Using coverlet.msbuild.3.1.2, I noticed an issue with code coverage for a method which returns `IAsyncEnumerable`, as soon as the method is inside a generic class.
Here's a short example whi…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.414.2
OS: Linux - 5.10.192-183.736.amzn2.x86_64
Java: 11.0.20.1 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
…
-
I'm moving our projects from Coverlet to Microsoft.CodeCoverage and I noticed that some of our partial classes are not being included in the Cobertura output. Is this a bug or is there something we're…
-
The module should have Pester tests that are run during build, to ensure that commands behave as expected.
-
http://allenfrostline.com/questions/
-
**Describe the bug**
Wrong number for branchcoverage after reportgenerator for cobertura.xml
**To Reproduce**
1. Run: reportgenerator "-reports:coverage.cobertura.xml" "-targetdir:./" "-reporttyp…