Skip to content

Commit

Permalink
Merge pull request #39168 from famod/jacoco-note
Browse files Browse the repository at this point in the history
Remove misleading note from jacoco.enabled
  • Loading branch information
gastaldi authored Mar 4, 2024
2 parents 607ece4 + f83ad85 commit e1d7c83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public class JacocoConfig {
public static final String TARGET_JACOCO_REPORT = "target/" + JACOCO_REPORT;

/**
* Whether or not the jacoco extension is enabled. Disabling it can come in handy when runnig tests in IDEs that do their
* own jacoco instrumentation, e.g. EclEmma in Eclipse.
* Whether or not the jacoco extension is enabled.
*/
@ConfigItem(defaultValue = "true")
public boolean enabled;
Expand Down

0 comments on commit e1d7c83

Please sign in to comment.