Search code examples
entity-frameworkdotcover

How do I get dotCover to filter out files with a <auto-generated> comment


Is there a way to make dotCove ignore all files that have the comment at the top, e.g. for Entity Framework generated classes?

I'm aware of the [ExcludeFromCodeCoverage] attribute and use it for other scenarios.


Solution

  • This functionality is currently not supported (version 2.7).