We use teamcity for
- Builds
- Code coverage (using the built in dotCover)
- Code analysis (using NDepend)
This works great separately.
But I cant figure out a slick way to get the coverage report in ndepend format and the using it as input to ndepend with teamcity.
I can do it all manually using the command line tools step by step but it takes to much effort every time. I know I could do a bat / rake file and create xml configuration files for dotcover and calling the exe and the calling ndpend manually. But as said, I am looking for a more integrated and automated way.