From: Mark D. <Mar...@sa...> - 2005-04-13 17:37:31
|
> Wonderful job with Cobertura. I'm loving it. Thanks! > I'm about to turn a new test-driven project loose on my=20 > fellow developers, and I want to make sure that coverage=20 > stays up where it should be. I'm using cobertura-check as=20 > documented and it does print messages when coverage is lower=20 > than the specified threshold, but it doesn't fail the build=20 > as expected. Is this a bug? I don't know, I guess that depends on what the webpage says is supposed = to happen :-) The check task has not been changed much from the = jcoverage version, and it looks like it was not designed to cause the = build to fail. However, it IS something that I think should be possible = (maybe with a property to the coverage-check ant task). I've added a feature request for this at = http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1182417&grou= p_id=3D130558&atid=3D720018 so we don't forget about it. -Mark |