Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dxynnez opened this issue May 29, 2024 · 2 comments
Labels
question This issue is a question

Comments

@dxynnez
Copy link

dxynnez commented May 29, 2024

'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: microsoft/testfx#2816

@github-actions github-actions bot added the untriaged To be investigated label May 29, 2024
@dxynnez
Copy link
Author

dxynnez commented Aug 14, 2024

bumping... can someone help to take a look?

@Bertk Bertk added the question This issue is a question label Aug 18, 2024
@Bertk
Copy link
Collaborator

Bertk commented Aug 18, 2024

coverlet only ignores test assemblies per default IncludeTestAssembly=false.

Please use Exclude filter for Microsoft.ApplicationInsights type.

@Bertk Bertk removed the untriaged To be investigated label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants