Update build.yml

This commit is contained in:
DmitryDmitriev 2021-02-24 15:41:24 +03:00 committed by GitHub
parent 58e6824533
commit fe861bbaf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}