How do I gather TeamCity code coverage reports from multiple projects into one report?
Posted
by
Loofer
on Stack Overflow
See other posts from Stack Overflow
or by Loofer
Published on 2012-10-11T16:23:21Z
Indexed on
2012/11/03
17:03 UTC
Read the original article
Hit count: 301
We use the build in coverage application in TeamCity 6 (about to upgrade to 7.1) If we wish to see the code coverage (or other metrics) of a particular build it is fine as we can navigate to that build, but it would be great if we could pluck out a few interesting metrics from all/some of the current projects/build configurations and display them all together.
For convenience I would expect the new display to be accessible from within TeamCity itself, however if there are solutions that require a separate solution we could look at them.
Thanks
© Stack Overflow or respective owner