|
From: Rod J. <rod...@in...> - 2003-12-09 17:25:53
|
To all developers: Can we please make an effort to raise test coverage as a priority from now on. We're at 76.8% with warn logging (close to 79 I think with debug logging). Please all run the clover target . The weakest packages are: - jdbc.support.incrementer (0) - jdbc.support.log (0) - nativejdbc (0) - mail.cos (0) - ibatis.support (0) - web.multipart(0) - view.document (0) The coverage report is also quite informative about what code is not being exercised. I think we should think about what of that code is no longer required; now is our last opportunity to get rid of unused features. I think the coverage on the core is excellent, but I would feel happier if we could get beyond 80% overall. If anyone else would like to contribute tests, that's most welcome too! Regards, Rod |