Poonam Yadav
Poonam Yadav

Reputation: 21

Scoverage + jenkins: How to fail build if coverage criteria is not met? Is it possible using Scoverage report plugin for Jenkins?

Is it possible using SCoverage report plugin for Jenkins?

If yes could you please let me know the step.

Upvotes: 1

Views: 704

Answers (1)

Poonam Yadav
Poonam Yadav

Reputation: 21

This has been solved, but with some workaround, SCoverage plugin can be used to generate coverage report and two reports gets generated one is scoverage.xml and another is cobertura.xml, I have used coburtura plugin to publish this report and the apply threshold condition.

Upvotes: 0

Related Questions