Skip to content

Commit

Permalink
Correct GH action with Sonar #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Aug 29, 2023
1 parent 8094bb6 commit 464acf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
-Pcoverage,sonar
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=mediaexmachia
-Dsonar.projectKey=mediaexmachia_mediadeepa
-Dsonar.organization=mediaexmachina
-Dsonar.projectKey=mediaexmachina_mediadeepa
-Dsonar.java.coveragePlugin=jacoco
-Dsonar.dynamicAnalysis=reuseReports
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
Expand Down

0 comments on commit 464acf3

Please sign in to comment.