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

Code Coverage should not be checking the third party libraries for coverage #72

Closed
gioce90 opened this issue Nov 28, 2023 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@gioce90
Copy link

gioce90 commented Nov 28, 2023

Following this comment here #20 (comment)

I think that when we run the Code coverage, this should only focus on the code of the solution we are testing and should not also include external dependencies like in this example:

image

Luckily with the advent of IncludeTestAssembly=false we have at least excluded test projects, as requested here. I think it's a good idea to extend this limit to third-party libraries as well.

@jakubch1
Copy link
Member

Duplicate of #12

@jakubch1 jakubch1 marked this as a duplicate of #12 Jan 23, 2024
@jakubch1 jakubch1 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants