Search code examples
continuous-integrationteamcitycode-coveragedotcover

How can I exclude namespaces in code coverage with Team City?


I am using Team City 7.1.1 (build 24074), and I would like to exclude some namespaces in code coverage. I am using dotcover as code coverage tool. I am using MSPec, Machine.Fakes and Rhino Mocks in my tests.

Thanks!


Solution

  • Finally I have found the way to exlude NAMESPACES

    -:assemblyName;type=nameSpace.*