You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: