I have a TFS 2013
environment setup and I am trying to get TFSBuild
to gather my code coverage results after a build.
The tests are running fine, but no matter what I try, I get a message saying "No Code Coverage Results".
I have read about a "Code Coverage Analysis Service", but that is not installed on my servers at all and I can't seem to find it anywhere.
I have gone through the process of the builds to make sure I have the "Automated Tests --> Test Source --> Run settings --> Type of run settings" set to CodeCoverageEnabled
, but no matter what else I try, I can't get the results to get published to the Analysis services database so I can run the Code Coverage Reports
.
I have tried a run settings file, but with no luck, so I have taken that out of the equation.
Any help would be greatly appreciated!