We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23ba63 commit 1649482Copy full SHA for 1649482
.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 ./hare
+ 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