How do I include full PartCover results with TeamCity 5?

后端 未结 5 1387
隐瞒了意图╮
隐瞒了意图╮ 2021-02-03 12:42

I\'m trying to get PartCover reports to generate correctly in TeamCity 5.0. When I click the Code Coverage tab in the build details, the reports are empty.

I\'m using t

5条回答
  •  隐瞒了意图╮
    2021-02-03 13:16

    Just having run through this problem myself. I thought I solved the issue by using yeyeyerman's answer. Indeed, it will build, but reading the build report I could see the "report by assembly" couldn't be compiled. Reason was that "report by assembly" was missing 2 lines of xml at the very end:

    
    
    

    Adding that to the end of the file solved the stylesheet compilation issue, as the tags weren't properly closed before :).

提交回复
热议问题