Visual Studio Enterprise Code Coverage
Does anyone have any experience importing Visual Studio Enterprise 2017 code coverage results (either *.coverage or *.coveragexml) into TeamCity?
The help page (https://confluence.jetbrains.com/display/TCD10/Code+Coverage) hints that MSTest/VSTest may be supported, but I have failed to find anything (either here or on Google) that gives instructions, or even states that it can be done.
Any help is appreciated.
Please sign in to leave a comment.
Hi Adam,
I'm afraid that support for VS coverage is not there yet. We have a feature request for it here, please watch and vote to bring it to developer's attentions: https://youtrack.jetbrains.com/issue/TW-7347
As TW-7347 has recently celebrated its 10th birthday, is is safe to assume that it will never be implemented?
Hi Adam,
It's not safe to assume that as in every release notes we are fixing or introducing changes very old, although the chances aren't high. This said, while it's not possible to parse the reports themselves automatically, you could be able to parse them on your own and provide them via service messages for the coverage subsystem to at least pick them up and report them: https://confluence.jetbrains.com/display/TCD18/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingBuildStatistics