coverlet icon indicating copy to clipboard operation
coverlet copied to clipboard

Cross platform code coverage for .NET

Results 245 coverlet issues
Sort by recently updated
recently updated
newest added

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

tenet-reporters
driver-collectors
stale

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...

waiting for customer
stale

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...

untriaged
with repro
stale

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...

feature-request
driver-collectors
stale

E.g. https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/System.Collections_BitArray.htm ![image](https://user-images.githubusercontent.com/1275900/49683621-338bc000-fac8-11e8-9775-c2b4c331ca02.png) Doesn't seem very useful as we don't expect this to happen

enhancement
tenet-coverage
stale

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...

waiting for customer
stale

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...

untriaged
with repro

Hi guys! Found one more interesting case. **Code:** ``` namespace CoverletAsyncAwait; public class SomeClass { public async Task SomeMethod() { await SomeInternalMethod(async () => { await using var stream =...

tenet-coverage
untriaged
stale

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)?

question