I'm using Teamcity 6.0 and want to add code coverage to our NUnit tests.
PartCover has been a massive issue due to it not running on x64 server and so now I have to go and git it and build it myself :(
Also, jetBrains, if you know the xslt is broken, make it easier for me to fix it.
Does anyone else have PartCover working?. Maybe this might help :
http://www.jeremyskinner.co.uk/2010/07/23/using-teamcity-with-partcover-4/
Asked
Active
Viewed 452 times
1

skaffman
- 398,947
- 96
- 818
- 769

Michael Blake
- 2,068
- 2
- 18
- 31
-
Can someone give me access to a x64 signed stable build of PartCover please? – Michael Blake Apr 13 '11 at 11:26
-
1There is now a new code coverage tool (beta) called [OpenCover][1] it has 32 and 64 bit support [1]: https://github.com/sawilde/opencover – Shaun Wilde Jun 24 '11 at 05:11
1 Answers
5
Don't bother! Just install dotCover. It just works!

Michael Blake
- 2,068
- 2
- 18
- 31
-
Really!?! The option is there but I think you need to install the command part?! – Michael Blake Apr 21 '11 at 15:41
-
1No. It's integrated. See http://blogs.jetbrains.com/dotnet/2010/12/coverage-with-dotcover-teamcity-mstest-nunit-or-mspec/ – ccellar Apr 21 '11 at 15:47