Skip to content

Integrate coverlet with VSTest (Microsoft Test Platform) #395

Closed
@PBoraMSFT

Description

@PBoraMSFT

What would integrating Coverlet with Microsoft Test Platform mean:

  1. 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.
  2. 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.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions