All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.jacoco.runtime.JacocoConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
io.quarkus.jacoco.runtime.JacocoConfig.dataFile=The jacoco data file.\nThe path can be relative (to the module) or absolute.
io.quarkus.jacoco.runtime.JacocoConfig.enabled=Whether or not the jacoco extension is enabled.
io.quarkus.jacoco.runtime.JacocoConfig.excludes=A list of class files to exclude from the report. May use wildcard\ncharacters (* and ?). When not specified nothing will be excluded.\n

\nFor instance\:\n

    \n
  • &\#42;&\#42;/fo/&\#42;&\#42;/&\#42; targets all classes under fo and sub packages
  • \n
  • &\#42;&\#42;/bar/&\#42; targets all classes directly under bar
  • \n
  • &\#42;&\#42;/&\#42;BAR&\#42;.class targets classes that contain BAR in their name regardless of path
  • \n
io.quarkus.jacoco.runtime.JacocoConfig.footer=Footer text used in HTML report pages. io.quarkus.jacoco.runtime.JacocoConfig.includes=A list of class files to include in the report. May use wildcard\ncharacters (* and ?). When not specified everything will be included.\n

\nFor instance\:\n

    \n
  • &\#42;&\#42;/fo/&\#42;&\#42;/&\#42; targets all classes under fo and sub packages
  • \n
  • &\#42;&\#42;/bar/&\#42; targets all classes directly under bar
  • \n
  • &\#42;&\#42;/&\#42;BAR&\#42;.class targets classes that contain BAR in their name regardless of path
  • \n
io.quarkus.jacoco.runtime.JacocoConfig.outputEncoding=Encoding of the generated reports. io.quarkus.jacoco.runtime.JacocoConfig.report=If Quarkus should generate the Jacoco report io.quarkus.jacoco.runtime.JacocoConfig.reportLocation=The location of the report files.\nThe path can be relative (to the module) or absolute. io.quarkus.jacoco.runtime.JacocoConfig.reuseDataFile=Whether to reuse ({@code true}) or delete ({@code false}) the jacoco\ndata file on each run. io.quarkus.jacoco.runtime.JacocoConfig.sourceEncoding=Encoding of the source files. io.quarkus.jacoco.runtime.JacocoConfig.title=Name of the root node HTML report pages.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy