Is it possible using SCoverage report plugin for Jenkins?
If yes could you please let me know the step.
Is it possible using SCoverage report plugin for Jenkins?
If yes could you please let me know the step.
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.