Skip to content

Add support for merging coverage files from multiple test projects using dotnet test --collect:"Code Coverage" #1811

@lomholdt

Description

@lomholdt

Description

When collecting code coverage using dotnet test --collect:"Code Coverage" I would like to be able to merge multiple coverage files into one if I have multiple test projects in a solution.

See #981 for reference

Expected behavior

A single coverage file that contains coverage for all test projects in a solution.

Actual behavior

Multiple coverage files are created in each test project

AB#1272814

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions