coverlet
coverlet copied to clipboard
Cross platform code coverage for .NET
VSTest allows to post process artifacts, now we can implement solution wide report merge. RFC https://github.com/microsoft/vstest-docs/blob/main/RFCs/0031-Test-Run-Attachments-Processing.md#how-to-register-an-idatacollectorattachmentprocessor Contributes to https://github.com/coverlet-coverage/coverlet/issues/357
I understand this problem was fixed by #869 but I am experiencing the issue at my work and I believe this has to do with our environment at work because...
I have a .NETCore 3.1 test project with `"Microsoft.NET.Test.Sdk" 16.7.1` of and `"coverlet.collector" 1.3.0`. I am getting an exception when running tests using VSTest (I can't switch to dotnet test...
Running `dotnet test --collect "XPlat Code Coverage"` on a solution with multiple test projects and/or test projects with multiple target frameworks creates multiple `coverage.cobertura.xml` files without any easy way to...
E.g. https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/System.Collections_BitArray.htm  Doesn't seem very useful as we don't expect this to happen
I have an integration test suit and I parallelize its execution on mutliple test agents so it is much faster. Building solution on each test agent makes parallelization much less...
Hi people! I am facing an issue coverlet. Looking forward for help :) ## Background I noticed some inconsistency in calculation of code coverage using methods marked with `DoesNotReturnAtttribute`. First...
Hi guys! Found one more interesting case. **Code:** ``` namespace CoverletAsyncAwait; public class SomeClass { public async Task SomeMethod() { await SomeInternalMethod(async () => { await using var stream =...
With full framework already at end of life, will you be moving to .Net Core 3.1 (which has an EOL of December 22nd, 2022)?