-
take CV and MAYBE Coverletter to apply to jobs
-
**Is your feature request related to a problem? Please describe.**
As part of investigating https://github.com/coverlet-coverage/coverlet/issues/1084 and the impact it is having on various projects…
-
Does Coverlet Action support running XUnit Selenium Test suites?
https://github.com/Sauceforge/Saucery/actions/runs/4713229931/jobs/8359042382
Am I doing something stupid?
Works for NUnit but…
-
## Problem
Coverlet automatically excludes third-party assemblies from the coverage analysis, since they are usually not interesting to the user. The heuristic for determining if an assembly is a t…
-
`coverlet.collector` produces empty report when [BuilGenerator ](https://github.com/MelGrubb/BuilderGenerator) is referenced (https://github.com/MelGrubb/BuilderGenerator/issues/22)
-
Currently, all generated code gets included in the coverage report. Microsoft has an attribute that can be applied to classes and structs that prevents their memebers from being included in the code r…
-
While testing #17067 I found an [issue in coverlet](https://github.com/coverlet-coverage/coverlet/issues/998) where curly braces in file names breaks the logger that is required for CI builds, which i…
-
Having an issue generating the report. The project is SDK format but references older projects. When I run'
(actual paths omitted)
`dotnet test "....csproj" --configuration Release --filter Catego…
-
I faced with an issue when some of the projects from solution are not being instrumented for coverage (have zero coverage, though have active unit tests). All the projects in solution have the same pa…
-
I have a xunit test project which is developed using .Net core 3.1 framework(Coverlet.collector version 1..20). We have covered all the branches, but code coverage report still says some more branches…