使用 Hudson/Jenkins 可以在构建之前进行代码审核
我正在使用 Hudson/Jenkins。我想知道在以一定的测试覆盖率(例如使用 cobertura)执行测试后是否可以决定是否继续我的构建?...谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,使用 Maven 插件中的 Cobertura 设置,您可以将其设置为在覆盖率低于一定百分比时构建失败。有关更多详细信息,请参阅插件文档。
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.