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 4b9bfa7 commit 632d5a2Copy full SHA for 632d5a2
.github/workflows/sonarcloud.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
go test -short -coverprofile=bin/cov.out `go list ./... | grep -v vendor/`
33
34
- - name: Running go toll cover
+ - name: Running go tool cover
35
36
go tool cover -func=bin/cov.out
37
0 commit comments