We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ef56b commit 5e9cbc5Copy full SHA for 5e9cbc5
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version-file: go.mod
25
26
- name: Run tests and generate coverage report
27
- run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
+ run: go test ./ -coverprofile=./cover.out -covermode=atomic -coverpkg=./
28
29
- name: Generate coverage badge
30
uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
0 commit comments