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
Could you please add a way to exclude certain patterns from coverage?
For example, auto properties don't have to be covered to see if they work and automatically generated classes or methods from closures or linq queries pollute the instrumentation.
I think a rather simple regex filter could be sufficient (similar to what the .runsettings file provides for VS code coverage).
The text was updated successfully, but these errors were encountered:
Could you please add a way to exclude certain patterns from coverage?
For example, auto properties don't have to be covered to see if they work and automatically generated classes or methods from closures or linq queries pollute the instrumentation.
I think a rather simple regex filter could be sufficient (similar to what the .runsettings file provides for VS code coverage).
The text was updated successfully, but these errors were encountered: