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 6b9e73f commit 2cdad0bCopy full SHA for 2cdad0b
.github/workflows/golang.yml
@@ -32,4 +32,4 @@ jobs:
32
run: go run github.com/go-critic/go-critic/cmd/gocritic@latest check -enableAll ./...
33
34
- name: Run Go test with coverage report
35
- run: go test -race ./...
+ run: go test -race -cover ./...
0 commit comments