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
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