Skip to content

Commit

Permalink
Update workflow configuration for SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmystewpot committed Apr 5, 2024
1 parent d53f497 commit 2c7bd5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args:
-Dsonar.go.tests.reportPaths=ci/testreport.json
-Dsonar.go.coverage.reportPaths=ci/coverage.txt
-Dsonar.go.golint.reportPaths=ci/checkstyle-lint.xml
-Dsonar.projectKey=jimmystewpot_in-addr
-Dsonar.organization=jimmystewpot
14 changes: 0 additions & 14 deletions sonarcloud.properties

This file was deleted.

0 comments on commit 2c7bd5e

Please sign in to comment.