Howw to set JaCoCo report name with Quarkus?
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.