coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.93k stars 385 forks source link

[BUG] coverlet generates coverage report for 'Microsoft.ApplicationInsights' package after upgrading to MSTest.TestAdapter 3.2.0 #1662

Open dxynnez opened 1 month ago

dxynnez commented 1 month ago

'Microsoft.ApplicationInsights' became a new transitive dependency for 'MSTest.TestAdapter' v3.2.0. The coverlet would now generate coverage report for 'Microsoft.ApplicationInsights'.

Can we make coverlet to exclude the 'Microsoft.ApplicationInsights' package by default?

More details: https://github.com/microsoft/testfx/issues/2816