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!
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!
Finally I have found the way to exlude NAMESPACES
-:assemblyName;type=nameSpace.*
© 2022 - 2024 — McMap. All rights reserved.
+:Omnyx.Scanner -:Omnyx.Scanner;type=Omnyx.Scanner.Simulation.*
– Spur