bachr
bachr

Reputation: 6006

How to generate cobertura report using sbt scoverage

I've a scala app where I use sbt scoverage plugin to generate coverage report. Now the problem is that I use Jenkins for CI and the generated HTML scoverage report cannot be visualized and this is a known issue.

Alternatively, how I can generate cobertura compatible report?? (as I'm able to visualize them in Jenkins for a JS app)

Upvotes: 3

Views: 651

Answers (0)

Related Questions