Skip to content

Commit

Permalink
Explicitly generate Jacoco reports
Browse files Browse the repository at this point in the history
I believe the sonar plugin used to do this (or sonarcloud supported the raw jacoco.exec file) but coverage is no longer being reported.
  • Loading branch information
Jikoo committed Dec 18, 2024
1 parent 92b5a19 commit 763e830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -P sonarcloud
run: mvn -B verify org.jacoco:jacoco-maven-plugin:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -P sonarcloud

0 comments on commit 763e830

Please sign in to comment.