We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a0db9 commit 3224742Copy full SHA for 3224742
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Verify dependencies
73
run: go mod verify
74
- name: Run tests
75
- run: go test -race -vet=off -covermode=atomic -coverprofile=coverage.out ./...
+ run: go test -race -coverpkg=./... -vet=off -covermode=atomic -coverprofile=coverage.out ./...
76
- name: Upload coverage to Codecov
77
uses: codecov/codecov-action@v4
78
env:
@@ -96,4 +96,4 @@ jobs:
96
- uses: actions/upload-artifact@v4
97
with:
98
name: build-artifacts
99
- path: ./bin/BIN_NAME
+ path: ./bin/BIN_NAME
0 commit comments