[DevExpress Support Team: CLONED FROM T334341: Code Coverage doesn't take into account the [ExcludeFromCodeCoverage] attribute]
Looks like the attribute still isn't taken into account when it is applied at the assembly level.
I have an utility project within my solution for which I don't want to write any tests, and hence I don't want it to show up in coverage. So I'm using ExcludeFromCodeCoverageAttribute
on the whole assembly rather than on each type. Looks like the test runner doesn't get to it, despite the attribute being marked as applicable to assemblies.
David,
Thank you for pointing this out to us.
I have managed to reproduce the issue locally and passed this ticket to our R&D queue for further research. We will update this thread once we have any news.