Skip to content

Commit

Permalink
ci: enable sonar integration for gh action
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2628
  • Loading branch information
mloitm committed Oct 15, 2024
1 parent d71cc75 commit 27ca8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
working-directory: ./src
run: ./gradlew build
run: ./gradlew build jacocoTestReport sonar -Dsonar.projectKey=nordic-institute_xrd4j -Dsonar.projectName='nordic-institute' -Dsonar.host.url=https://sonarcloud.io
- name: Test report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 27ca8d6

Please sign in to comment.