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

Graph is empty with a multimodule project #2

Closed YannMoisan closed 9 years ago

YannMoisan commented 10 years ago

I know that merged reports are not yet supported but I just want to display one.

In the console, i see :

08:55:26 [info] [scoverage] Generating XML report [/scratch/jenkins/workspace/[myproject] - coverage/[mymodule]/target/scala-2.10/scoverage-report/scoverage.xml] So scoverage config seems ok.

I tried to configure Scoverage Report Directory with the following values

Any idea ?

YannMoisan commented 10 years ago

It works with : [mymodule]/target/scala-2.10/scoverage-report

shanbin commented 10 years ago

Currently, it works only with full directory path, I'll make it support Ant style path pattern.

gurmeetsaran commented 9 years ago

@shanbin @YannMoisan - for some reason even after specifying full directory path. it is not working for me and I am seeing empty graph.

gurmeetsaran commented 9 years ago

@shanbin @YannMoisan - my bad. I was pointing to wrong directory

shanbin commented 9 years ago

Multi-module is natively supported by scoverage, closed this for now.