[
https://issues.apache.org/jira/browse/USERGRID-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969422#comment-14969422
]
ASF GitHub Bot commented on USERGRID-1058:
------------------------------------------
GitHub user snoopdave opened a pull request:
https://github.com/apache/usergrid/pull/406
For USERGRID-1058: Add ability to generate master Jacoco report for all
stack modules
The Jacoco Maven plugin generates a separate jacoco.exec data file for each
of our Maven modules and cannot produce a combined "master" report. The plugin
can generate an merged data file, but cannot easily create a merged report. So,
we use the Maven plugin to produce the Jacoco data files, but we new a an
Ant-task to merge the data files and produce a merged report.
See the Coverage.md file for instructions on creating Javaco module and the
master report.
https://issues.apache.org/jira/browse/USERGRID-1058
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/usergrid jacoco
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/406.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #406
----
commit 14e2a9d976492c55b22cab94529cb13939187264
Author: Dave Johnson <[email protected]>
Date: 2015-10-22T15:26:43Z
Add ability to generate master Jacoco report for all stack modules, plus
some fixes to POM files that were double declaring the Surefire plugin.
----
> Ability to generate a master Jacoco coverage report
> ---------------------------------------------------
>
> Key: USERGRID-1058
> URL: https://issues.apache.org/jira/browse/USERGRID-1058
> Project: Usergrid
> Issue Type: Story
> Components: Stack
> Reporter: David Johnson
> Assignee: David Johnson
>
> In addition to separate Jacoco reports for each module, we should also be
> able to generate a master Jacoco report.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)