Skip to content

Commit cdb04c8

Browse files
committed
chore(init_sonarqube): update the jacoco version to be compatible with JAVA25
1 parent f07bc20 commit cdb04c8

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,19 @@ A GitHub Actions workflow is configured in:
151151
mvn clean verify sonar:sonar
152152
```
153153

154+
### Generate the JaCoCo coverage report locally
155+
156+
Run:
157+
158+
```bash
159+
./mvnw clean verify
160+
```
161+
162+
Generated reports:
163+
164+
- HTML report: `target/site/jacoco/index.html`
165+
- XML report (used by SonarQube): `target/site/jacoco/jacoco.xml`
166+
154167

155168
---
156169

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.jacoco</groupId>
9999
<artifactId>jacoco-maven-plugin</artifactId>
100-
<version>0.8.12</version>
100+
<version>0.8.14</version>
101101
<executions>
102102
<execution>
103103
<goals>

0 commit comments

Comments
 (0)