Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config property for reusing jacoco data files #19707

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

dimas-b
Copy link
Contributor

@dimas-b dimas-b commented Aug 27, 2021

This is to allow aggregating coverage results from
multiple test JVMs, for example when using the Surefire
property reuseForks = false

JaCoCo itself has configuration settings to allow
appending coverage data to an existing file (which is
its default behaviour).

The Quarkus default behaviour is unchanged (the jacoco
data file is deleted before each run).

This is to allow aggregating coverage results from
multiple test JVMs, for example when using the Surefire
property reuseForks = false

JaCoCo itself has configuration settings to allow
appending coverage data to an existing file (which is
its default behaviour).

The Quarkus default behaviour is unchanged (the jacoco
data file is deleted before each run).
Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stuartwdouglas stuartwdouglas merged commit 48b2980 into quarkusio:main Aug 30, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 30, 2021
@dimas-b dimas-b deleted the jacoco-reuse-data-file branch August 30, 2021 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants