Code Coverage Results
I'm trying to get code coverage results from the unit tests executed in my team build. My build report states no coverage results available, and I can't figure out how to enable coverage instrumentation.
Locally, I do this through my .testrunconfig file however in looking at the build log I don't see that a .testrunconfig is being used. A test list is used from the .vsmdi, but I don't see any way to enable coverage through that construct. Finally, I don't see any properties around the CoreTest target that can be set to enable code coverage.
What am I missing?

