Update build.yml
This commit is contained in:
parent
58e6824533
commit
fe861bbaf9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
args: >
|
||||
-Dsonar.organization=smarthead
|
||||
-Dsonar.projectKey=smarthead_go-amo
|
||||
-Dsonar.go.coverage.reportPaths=cov.out
|
||||
-Dsonar.go.coverage.reportPaths=go-amo/cov.out
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue