I'm using Hudson/Jenkins.I want to know is it possible after executing tests with a rate of test coverage (using cobertura for example) a decision can be made to continue my build or not ?... thank you
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, using the Cobertura settings in the maven plugin you can set it to fail the build at when coverage drops below a certain percentage. See the plugin documentation for more details. |
|||||||
|