We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1649482 commit 21f0f6aCopy full SHA for 21f0f6a
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
run: go mod download
17
18
- name: Test
19
- run: go test -v -covermode=count -coverprofile=coverage.out ./...
+ run: go test -v -covermode=count -coverprofile=coverage.out .
20
21
- name: Upload coverage
22
run: bash <(curl -s https://codecov.io/bash)
0 commit comments