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
I’m using Hudson/Jenkins.I want to know is it possible after executing tests with a
Share
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.