We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8309876 commit e73de77Copy full SHA for e73de77
.github/workflows/sonar.yml
@@ -30,7 +30,8 @@ jobs:
30
31
- name: Generate Sonar Report
32
env:
33
- TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
+- TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
34
++ TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports['2379'] }}
35
run: go test -coverpkg=./... -coverprofile=coverage.out -json ./... > sonar-report.json
36
37
- name: Upload coverage reports to Sonar
0 commit comments