Skip to content

Commit

Permalink
test: sonar cloud integration #3
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuMontesano committed Sep 9, 2024
1 parent ae71c43 commit 5c9b144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: Prepare SonarCloud analysis configuration
working-directory: src/oneid
run: >
mvn -Bclean verify
-P oneid-all
Expand All @@ -49,6 +50,7 @@ jobs:
- name: Analyze with SonarCloud
#todo add ignored files
working-directory: src/oneid
run: >
mvn -B sonar:sonar
-P oneid-all
Expand Down

0 comments on commit 5c9b144

Please sign in to comment.