Get total number of excluded lines #1475
                  
                    
                      sebastianslutzky
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
In .net, when annotating a class or member with ExcludeFromCodeCoverage, there is no way (afaik) to work out how many lines were ignored. In my organisation, this is a valuable piece of information.
The total lines excludes those excluded, so there is no way to know they exist but were annotated with the attribute.
Is there any way to work out the stat I need from the report?
If not, would you consider such feature (and I can create an Issue for it)
thanks
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions