3

Using Workflow to create a build I'd like for the build quality to change depending if the current code coverage threshold is met. I have everything set up but the condition to check the coverage percentages.

Is there a way to test if CodeCoveragePercentCovered > vMinThreshold? Once I figure this out, setting the build qualities is simple.

Scott Root
  • 582
  • 4
  • 6

1 Answers1

2

It's not part of the default Team Build 2010 functionality. You would need to customize the build proces template and build your own activity to do this.

Rolf Huisman
  • 1,417
  • 8
  • 17