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

Can we add support for multi module builds where the plugin searches for all directories for all scoverate reports. #3

Closed mohnishkodnani closed 10 years ago

mohnishkodnani commented 10 years ago

I have a multi module gradle project and i am using the gradle scoverage plugin. It generates a scoverage directory under every module and there is an xml file with coverage results. Currently , on jenkins scoverage plugin there doesn't seem to be a way to specify something like "find scoverage directory under sub modules" or "take a regex file path glob pattern" for directory and file names.

shanbin commented 10 years ago

It's basically the same with #2.