Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 748
cdiazal Avatar asked Oct 04 '12 14:10

cdiazal


1 Answers

Finally I have found the way to exlude NAMESPACES

-:assemblyName;type=nameSpace.*

like image 131
cdiazal Avatar answered Oct 10 '22 18:10

cdiazal