Currently, when running tests in Quarkus (./mvnw test
) the JacoCo report is generated. However, when opening target/jacoco-report/index.html
, the h1
tag is filled with the first test class that is run instead of the name of the project.
- Is there a reason why
artifactId
is not used? - How to set the name?
PS: in jacoco.xml
it’s <report name=""></report>