Skip to content

Commit

Permalink
Merge pull request quarkusio#41230 from gian1200/feature(change-defau…
Browse files Browse the repository at this point in the history
…lt-title-on-jacoco-report

Set default value of `quarkus.jacoco.title` to `quarkus.application.name`
  • Loading branch information
geoand authored Jul 2, 2024
2 parents ee6333a + e4aaf83 commit 6a16336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class JacocoConfig {
/**
* Name of the root node HTML report pages.
*/
@ConfigItem
@ConfigItem(defaultValue = "${quarkus.application.name}")
public Optional<String> title;

/**
Expand Down

0 comments on commit 6a16336

Please sign in to comment.