Skip to content

Commit

Permalink
fix: P4PU-317 fix code coverage on sonarcloud step (#28)
Browse files Browse the repository at this point in the history
* P4PU-317 updated args

* P4PU-317 updated coverage exclusions

* P4PU-317 update java binaries
  • Loading branch information
Giuseppe-LaManna authored Jul 17, 2024
1 parent 4f54424 commit 54c8bc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
-Dsonar.organization=${{ vars.SONARCLOUD_ORG }}
-Dsonar.projectKey=${{ vars.SONARCLOUD_PROJECT_KEY }}
-Dsonar.projectName="${{ vars.SONARCLOUD_PROJECT_NAME }}"
-Dsonar.java.binaries=build/classes/java/main
-Dsonar.coverage.exclusions="**/*Test.java,**/*Faker.java"
-Dsonar.sources=src/main
-Dsonar.tests=src/test
-Dsonar.java.binaries=build/classes
-Dsonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/jacocoTestReport.xml
-Dsonar.coverage.exclusions=src/java/test/**

0 comments on commit 54c8bc5

Please sign in to comment.