1

Is there a way to configure maven build on hudson to fail if code coverage is lower than previous build?

kofucii
  • 7,393
  • 12
  • 51
  • 79

1 Answers1

0

Related to this question

There's a Hudson plugin for Sonar. Code coverage is one of the standard metrics and you can define thresholds against any quality metric.

Community
  • 1
  • 1
Mark O'Connor
  • 76,015
  • 10
  • 139
  • 185