testing sonar
This commit is contained in:
parent
642ccbef85
commit
de4ca50d9b
|
|
@ -117,13 +117,13 @@ jobs:
|
|||
run: |
|
||||
go test -cover
|
||||
|
||||
# - name: SonarQube Scan
|
||||
# uses: sonarsource/sonarqube-scan-action@master
|
||||
# env:
|
||||
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
# SONAR_HOST_URL: https://sonarqube.ta.philips.com/
|
||||
# with:
|
||||
# projectBaseDir: ${{ github.workspace }}
|
||||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: https://sonarqube.ta.philips.com/
|
||||
with:
|
||||
projectBaseDir: ${{ github.workspace }}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
sonar.projectKey=EDI-hds-oauth2-proxy
|
||||
sonar.projectName=EDI-hds-oauth2-proxy
|
||||
sonar.go.coverage.reportPaths=coverage.out
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go
|
||||
sonar.tests=.
|
||||
|
|
|
|||
Loading…
Reference in New Issue