Noorul Islam K M 2ffb86bdc2 Use correct element name in scoverage module
Now we are putting value in reportDirectory but the actual one is
reportDir as obvious in the source code [1]

[1] https://github.com/jenkinsci/scoverage-plugin/blob/v1.2.0/src/main/resources/org/jenkinsci/plugins/scoverage/ScoveragePublisher/config.jelly#L3

Change-Id: I0cf1294a478d9127e4943b24c43aac4e8939d101
2015-08-19 00:10:47 +05:30

10 lines
316 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.scoverage.ScoveragePublisher>
<reportDir>target/scala-2.10/scoverage-report/</reportDir>
<reportFile>scoverage.xml</reportFile>
</org.jenkinsci.plugins.scoverage.ScoveragePublisher>
</publishers>
</project>