ci: update SonarQube action configuration
SonarQube Scan / SonarQube Trigger (push) Successful in 2m2s
SonarQube Scan / SonarQube Trigger (push) Successful in 2m2s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
run: go mod tidy
|
||||
|
||||
- name: Run tests with coverage
|
||||
run: go test ./... -coverprofile=coverage
|
||||
run: go test ./... -coverprofile=coverage -json > test-results.json
|
||||
|
||||
- name: SonarQube Scan
|
||||
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||
|
||||
Reference in New Issue
Block a user