Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 jenkins jacoco 插件构建棘轮。我们希望每次签入至少具有与上次签入相同或更高的代码覆盖率。
我相信 jenkins corbutura 提供了这个功能。
您不能根据先前构建的覆盖率使构建失败,但您可以设置一个基线,然后如果覆盖率 % 低于该值,则构建失败。请参阅随附的屏幕截图。