shanbin / scoverage-plugin

Jenkins scoverage plugin for Scala code coverage
https://wiki.jenkins-ci.org/display/JENKINS/Scoverage+Plugin
MIT License
6 stars 19 forks source link

Even after specifiying output directory, no coverage data is shown #13

Closed DavidPerezIngeniero closed 8 years ago

DavidPerezIngeniero commented 8 years ago

I specify servision/target/scoverage-report as the scoverage report directory and scoverage.xml as the scoverage report file.

In this directory, I can see an index.html that is viewable with a browser.

But the link the plugin creates in the Jenkins project page,shows empty content. I think this is a bug.

Using latest version: 1.3.0 and Jenkins 1.651

shanbin commented 8 years ago

Which build tool is being used?

DavidPerezIngeniero commented 8 years ago

Of course SBT 0.13.11, JVM 8, and scoverage-plugin version 1.3.0.

shanbin commented 8 years ago

Should be a duplicate of #15