We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6264d8 commit 156bb6bCopy full SHA for 156bb6b
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
version: v2.2.1
64
65
- name: Generate coverage report
66
- run: go test -v -coverprofile coverage.txt -covermode atomic ./...
+ run: go test -v -coverprofile coverage.txt -covermode atomic -coverpkg ./... ./...
67
68
- name: Upload coverage to Codecov
69
uses: codecov/codecov-action@v5
0 commit comments