Closed
Description
What would integrating Coverlet with Microsoft Test Platform mean:
- Coverlet based coverage solution is available as a data collector that does the instrumentation of the necessary modules before test execution and appropriate restore after.
- Authoring – When new test projects are created (dotnet mstest), references to the data collector package are added by default. This reduces adoption friction for customers.
- Test execution - Today Coverlet is invoked as a msbuild target and as such only works with dotnet test (and requires a csproj). With the data collector in bullet 1 becoming available, coverage can also be collected when tests are run on built binaries (dotnet vstest)
Edit: Fixed markdown typos. I was referring to bullet 1 in the above description, not the issue number.