1

Is it possible using SCoverage report plugin for Jenkins?

If yes could you please let me know the step.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233

1 Answers1

0

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.