I\'m trying to fail builds in TFS Service (Hosted TFS2012) when Code Coverage is below a threshold.
I\'ve been messing around with the solution at http://scrumdod.bl
You can add your activity after the RunTests activity wherein you can query the build for code coverage attachments and merge and parse the .coverage files to pass/fail the build.