How to get CoverageReport.xml file
Answered
Need to get the CoverageReport.xml from
D:\TeamCity\Agents\AgentOne\BuildAgent\temp\buildTmp\coverage8819817701457776294zip\CoverageReport.xml
but it creates the random number coverage8819817701457776294
Is there is a way to get CoverageReport.xml
Please sign in to leave a comment.
Hello,
We have a related feature request: https://youtrack.jetbrains.com/issue/TW-25204, please vote.
Coverage artifacts are hidden and are placed under the .teamcity directory in the root of the build artifacts. So it is possible to get download CoverageReport.xml on build > Artifacts tab, show hidden artifacts.
Also you can add a Command Line build step after the Coverage build step, that will copy needed files from %system.teamcity.build.tempDir% to %system.teamcity.build.checkoutDir%.