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 e933d31 commit db82fd5Copy full SHA for db82fd5
.github/workflows/main.yml
@@ -22,9 +22,8 @@ jobs:
22
# run: make lint
23
- name: Run unit tests
24
run: |
25
- go test -race -v -covermode=atomic --coverprofile=coverage.txt ./...
+ make test
26
go test -json ./... > test-report.json
27
- go tool cover -func coverage.txt | grep total
28
- name: SonarCloud Scan
29
uses: SonarSource/sonarcloud-github-action@master
30
env:
0 commit comments