Pregunta

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!

¿Fue útil?

Solución

Finally I have found the way to exlude NAMESPACES

-:assemblyName;type=nameSpace.*

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top