Skip to content

Commit 632d5a2

Browse files
committed
fixing typo in workflow
1 parent 4b9bfa7 commit 632d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
go test -short -coverprofile=bin/cov.out `go list ./... | grep -v vendor/`
3333
34-
- name: Running go toll cover
34+
- name: Running go tool cover
3535
run: |
3636
go tool cover -func=bin/cov.out
3737

0 commit comments

Comments
 (0)