Does dotCover calculate coverage for enums?

I have a lot of enums in my .net standard library, targeting net47. I also have some tests, to verify that the enums elements didn't change unexpectedly.

So, naturally, I expect to see that my enums are covered by tests element by element, but it seems that dotCover just ignore enums and doesn't provide any coverage information. Is there some option that I need to enable, or it is just not supported at all?

1

Please sign in to leave a comment.