I'm using Teamcity with NUnit and dotCover. In my configuration I exclude a specific namespace and its contained classes from dotCover coverage. This part is working fine, but when running the build, the resulting report still show the excluded assembly in the report though, with the excluded assembly as being 0% covered. This 0% coverage is also reflected in the aggregated coverage percentage, so the overall picture from the report is not showing correct statistics.
How to I get the excluded assemblies (or classes in this case) to not show up in the coverage report?
Edit: I want to make clear, that I am not looking for a way to exclude code from dotCover, as I am already aware how to do this. I am looking for at way to have the excluded code, removed, or not show up, in the report created for Teamcity.