Team City and Visual Studio 2010 and the coverage tool

In my team, we will use Visual Studio 2010 and .NET 4.0 as soon as possible, and I have a question regarding VS 2010 and Team City. VS2010 has a simple mestest coating measurement tool. Question: Can I read the result of ms-Coverage from the city of the team? If so, how do we configure this configuration.

best henric

+6
visual-studio-2010 code-coverage teamcity
source share
1 answer

Yes, you can use the vsinstr.exe and vsperfmon.exe command line tools to create coverage data. See Code Coverage in Visual Studio .

Once you have the code coverage files, you need to get TeamCity to report the data. This article should help you, in particular, look at the heading "Configure TeamCity to display statistics."

+5
source share

All Articles