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
Hello,
in our organisation we need to capture how many lines of code are getting excluded from coverage by devs.
I've noticed that code annotated with ExcludeFromCodeCoverageAttribute are getting ignored in all stats, so there is no way to tell how many lines of code were affected by it. the total lines of codes also ignore those skipped
is there any way of obtaining this stat?
thanks
Sebastian