Open
Description
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