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

See #1689 for discussion. Currently for every invocation of these functions, a new Regex instance is created which is wasteful. A quick fix that should work would be using static...

enhancement
Solved

**Describe the bug** I got some C# classes that have 2 methods with the same signature. One has a generic return value and one a fix type. So the outcoming...

enhancement
tenet-reporters
stale

Dear Coverlet Team, I’m an intern at Geotab tasked with fixing a hack used in my company's continious integration and development testing. To briefly explain, Geotab is a telematics company...

I have 3 projects in my solution including the test project. I get only 2 project in code coverage result in the azure pipeline and also same in local coverage.cobertura.xml...

question
stale

I am trying to exclude few files from code coverage but I cant do it. 1. My .runsettings file is in the root folder. 2. I am sure that .runsetting...

question

Hello Coverlet Team, While I was working on the fork of coverlet and I've noticed some weird behaviour when trying to execute the unit tests following the instructions listed in...

Prepare benchmark tests for coverlet.core (currently uses InProcessToolchain) => could be used to monitor performance regressions - add benchmarks tests - fix build warnings - partial update of nuget packages...

type: bug :bug:
component: core.filters
language: Kotlin

- This will enable the option to choose if the build should fail when the coverage is below the threshold or just give a warning about it - Based on...