Skip to content

Commit

Permalink
Merge pull request #42 from ssylver93/feature/WFPREV-34_2
Browse files Browse the repository at this point in the history
Test sonar
  • Loading branch information
ssylver93 authored Sep 17, 2024
2 parents 7b25962 + c233b93 commit 4e3cba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.sources>server/wfprev-api/src/main/java</sonar.sources>
<sonar.tests>server/wfprev-api/src/test</sonar.tests>
<sonar.projectKey>bcgov_nr-bcws-wfprev</sonar.projectKey>
</properties>

Expand Down

0 comments on commit 4e3cba9

Please sign in to comment.