Question

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.

Était-ce utile?

La solution

If you want to compare a set of common metrics (e.g. code coverage) across different projects and over time then SonarQube is probably what you want.

You can integrate it with TeamCity by adding a sonar-project.properties file to each project and calling sonar-runner from a command line build step.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top