jenkins-job-builder/tests/publishers/fixtures/scoverage001.xml

10 lines
335 B
XML

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