Skip to content

Commit

Permalink
Remove misleading note from jacoco.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Mar 4, 2024
1 parent 607ece4 commit f83ad85
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 f83ad85

Please sign in to comment.