Closed
Description
Dependabot pushed a number of updates to coverlet.msbuild to repositories I maintain just now to bump from 2.7.0 to 2.8.0, and for projects where code coverage is aggregated together using the MergeWith
MSBuild property, the stats are no longer being combined.
Here's such an example PR: justeattakeaway/httpclient-interception#171
This is causing builds to fail as their minimum coverage level specified by the Threshold
MSBuild property is now no longer being met.