GurdipS;15875 wrote:
This may be for TeamCity (my build server), but how can I fail a build if code coverage is below a metric?
We don't have any feature inside NCrunch that can fail the build based on code coverage percentages, but the console tool does output a range of reports and XML files that detail code coverage. You may be able to write a small tool or script of your own that check the data in these files and fail the build accordingly.