Issue Type: Improvement Improvement
Assignee: Ognjen Bubalo
Components: jacoco-plugin
Created: 14/Nov/14 12:11 PM
Description:

When running gradle createDebugCoverageReport on an Android Gradle project, the built-in JaCoCo support builds an HTML report and an XML report.
As far as I know it is not possible to use this with Jenkins CI at the moment, because the plug-in wants the .exec file.

The report XML file starts with the following lines (looks like a standard format?):

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE report PUBLIC "-//JACOCO//DTD Report 1.0//EN" "report.dtd">
<report name="debug">
<sessioninfo id="unknownhost-a0d58b54" start="1415952183361" dump="1415952207146"/>

I would love to see support for this in the Jenkins CI JaCoCo plug-in.

https://github.com/jenkinsci/jacoco-plugin/issues/49

Environment: Android Gradle project
Project: Jenkins
Priority: Major Major
Reporter: Arno Moonen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to