coverlet
coverlet copied to clipboard
Cross platform code coverage for .NET
Coverlet performance can be improved in two main areas * Instrumentation and hits accounting/report generator phases * Performance during test run related to "invasive" instrumentation Possible plan: - [ ]...
Why isn't the Azure DevOps build using CodeCoverage? https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-code-coverage-results?view=azure-devops 
**Describe the bug** Seems to me there is a problem with covering expression body members. When I try to run coverage for them, there are often false partially covered lines,...
When it is planned to make release for the new version? There are a lot of performance fixes and they still unavailable for 2 month :( Current deployed version is...
Today at the end of the tests msbuil/.net tool drivers show a table with coverage result on console. For instance: ``` Calculating coverage result... Generating report '/home/vsts/work/1/s/test/coverlet.core.tests/coverage.opencover.xml' +------------------------------------+--------+--------+--------+ | Module...
We should add a way to understand if dll is already instrumented checking for tracker presence and show a warning. We should add a `version` to tracker(maybe core dll version)...
In the MSBuild integration of Coverlet, you can specify the output directory (and/or file) using -p:CoverletOutput='./result/'. Am I correct that this feature is not available in the VSTest integration? And...
We're hiding a warning during collectors pack https://github.com/tonerdo/coverlet/blob/master/src/coverlet.collector/coverlet.collector.csproj#L17 External issue https://github.com/NuGet/Home/issues/8941
Solves #1649, #1620
Hello! My name is Joseph Sun and I’m an intern at Geotab tasked with generalising my supervisor’s hack of Coverlet. We believe the changes we're suggesting will help with use...