-
My goal is to update coverage info and have it accessible whenever tests are ran in Visual Studio Code. (This is independent of code coverage in our CI/CD process.) I'm using the .NET Test Explorer and Koverage extensions, in a devcontainer with .NET 8. Every time the tests are ran, I get a new instance of Based on what I've read, this seems to be the expected behavior however the Koverage extension is confused when there are multiple copies of Can I configure Coverlet to overwrite |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please use
e.g. |
Beta Was this translation helpful? Give feedback.
-
coverlet.msbuild.taks allows to set the coverage file path. coverlet/Documentation/MSBuildIntegration.md Lines 53 to 59 in 37f6b8c coverlet/Documentation/MSBuildIntegration.md Lines 41 to 45 in 37f6b8c coverage.collect does not support specifying the coverage file path. coverlet/Documentation/VSTestIntegration.md Lines 65 to 67 in 37f6b8c related issue: #1276 |
Beta Was this translation helpful? Give feedback.
coverlet.msbuild.taks allows to set the coverage file path.
coverlet/Documentation/MSBuildIntegration.md
Lines 53 to 59 in 37f6b8c
coverlet/Documentation/MSBuildInte…