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
The text was updated successfully, but these errors were encountered:
Coverlet does not support counting ignored lines and also ExcludeFromCoverage cannot be suppressed using a property. I guess the metric for ignored lines of code lines cannot be achieve using ExcludeFromCoverage.
Coverlet is using ReportGenerator for tests and this tool might be also helpful for your organization.
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
The text was updated successfully, but these errors were encountered: