2
votes

We use TFS 2015 vNext as our build system. However we use dotCover from JetBrains as our code coverage tool. The reason we don't use the built-in TFS code coverage tool is that this requires an Enterprise licence and we only have Professional licences (and upgrading is not an option).

Is it possible to display code coverage from a different code coverage tool to be displayed on the build results page in TFS 2015 (as in the screen shot below)?

enter image description here

1
Similar questionLegends

1 Answers

1
votes

Possible duplicate with this question Display OpenCover results in TFS 2015 build Summary .Your requirement could be achieved after TFS2015 update2.

If you want to display your custom result in the build result summary, seems you will have to write your own extensions. Help link: Overview of extensions for Visual Studio Team Services

Base for this were a lot of examples provided by MS on github:

To get a first feeling what places on your TFS Web Portal can be extended/customized you can download and install this extension Contributions Guide from the Visual Studio Marketplace.

enter image description here