How do I gather TeamCity code coverage reports from multiple projects into one report?

前端 未结 1 1400
清歌不尽
清歌不尽 2021-02-05 18:33

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 ca

1条回答
  •  情歌与酒
    2021-02-05 19:03

    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.

    0 讨论(0)
提交回复
热议问题