Skip to content

Commit

Permalink
Merge pull request #26 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 9f3f10a + 03e8b47 commit 53182ba
Show file tree
Hide file tree
Showing 2 changed files with 6 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
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sonar.organization=bcgov-sonarcloud
sonar.projectKey=nr-bcws-wfprev
sonar.host.url=https://sonarcloud.io
sonar.projectName=wfprev
sonar.projectVersion=1.0.0-SNAPSHOT
sonar.sources=server/wfprev-api/src/main/java/
sonar.language=java
sonar.java.binaries=**/target/classes

# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
Expand Down

0 comments on commit 53182ba

Please sign in to comment.