Hi
I'm trying to collect coverage results for my ms test unittests, and it keeps saying "nothing collected cannot locate pdb files..."
If I go to the agent and run the exact same command there it works fine, what am I missing?
Also it would be nice if the coverage where a metric for the solution.
Vincent
(Vincent Parrett)
January 16, 2014, 10:29am
2
What settings do you have in the action? We need more information. As for adding metrics, it’s on the todo list.
Found a solution needed to register OpenCover.Profiler.dll with regsrv32, then it started collecting as expected. For others who have the same problem, regsrv32 can be found in “Windows\system32” and for some reason on my system needed to be run from there.
Cool with coverage metrics. We also want to be able to fail on low coverage, is there currently a way to do this. Thank you for your swift reply.
Vincent
(Vincent Parrett)
January 28, 2014, 1:04am
5
Hi Thomas At the moment we don’t collect coverage metrics, so there’s no way to fail on this that I know of (normally you would use the stage gate conditions). Collecting coverage metrics is on the todo list, but I don’t know when we will get to it.