Skip to content

Commit

Permalink
Sonar: add coverage properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro committed Sep 18, 2023
1 parent f3e9dd6 commit f532e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Expand Up @@ -97,5 +97,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn sonar:sonar -Pcoverage
mvn sonar:sonar -Pcoverage -Dsonar.projectKey=bogdro_fronsetia -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=bogdro
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdro_fronsetia -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=bogdro

0 comments on commit f532e68

Please sign in to comment.