[
https://issues.apache.org/jira/browse/CASSANDRA-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Russ Hatch updated CASSANDRA-10616:
-----------------------------------
Attachment: trunk-10616.txt
Attaching patch.
This introduces an intermediate task called 'jacoco-merge' which is run
automatically when a report is created. Running this manually will be used to
combine multiple execution files when the are placed in build/jacoco/partials.
Basic usage should stay the same from a user perspective, but the additional
step adds flexibility for those wishing to combine reports.
> add support for jacoco execfile merging and bump version
> --------------------------------------------------------
>
> Key: CASSANDRA-10616
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10616
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Russ Hatch
> Assignee: Russ Hatch
> Attachments: trunk-10616.txt
>
>
> To support coverage reporting across multiple machines we need to add a build
> task for jacoco's merge feature. This will allow tests to be run in
> fragmented ways (such as in parallel) and later combined into a single
> cohesive coverage report.
> Additionally, jacoco can be updated from 0.7.1 to 0.7.5.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)