You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/03/09 21:02:00 UTC

[jira] [Updated] (HDDS-4947) Reuse compiled binaries in combined coverage calculation

     [ https://issues.apache.org/jira/browse/HDDS-4947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-4947:
-----------------------------------
    Description: 
Combined coverage calculation consists of:

# download coverage files created by separate checks
# merge coverage files
# full build
# extract classes from jars
# produce jacoco report

Instead of the full build, we could reuse the binaries created in _compile_ check, to save some time.

  was:
Combined coverage calculation consists of:

# full build
# extract classes from jars
# run Jacoco

Instead of the full build, we could reuse the binaries created in _compile_ check, to save some time.


> Reuse compiled binaries in combined coverage calculation
> --------------------------------------------------------
>
>                 Key: HDDS-4947
>                 URL: https://issues.apache.org/jira/browse/HDDS-4947
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: build
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>
> Combined coverage calculation consists of:
> # download coverage files created by separate checks
> # merge coverage files
> # full build
> # extract classes from jars
> # produce jacoco report
> Instead of the full build, we could reuse the binaries created in _compile_ check, to save some time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org