Thanks for your reply. I actually want to know if there is a way to mark the build as failed when coverage drops below a given value. The cobertura plugin only supports to mark the build as unstable, stormy or sunny.
Regards, Roger On Apr 27, 5:02 pm, Jeff Lavallee <[email protected]> wrote: > In the job configuration you can choose thresholds to mark the build as > unstable when coverage drops below a given value for any metric target > (Packages, Files, Classes, Methods, Lines & Conditionals). > > There are also settings to make the build "sunny" or "stormy" at particular > thresholds. > > Jeff > > On Apr 27, 2012, at 11:38 AM, roger wrote: > > > > > Hello All, > > > I wonder if there is any way to mark a build as failed when the > >coberturacoverage below a certain percentage? > > > Thanks.
