We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f699e3 commit 45f8fe2Copy full SHA for 45f8fe2
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
go-version: 1.17
40
- name: Run coverage
41
- run: go test -race -coverprofile=coverage.txt -covermode=atomic
+ run: go test ./... -coverpkg=./... -race -coverprofile=coverage.txt -covermode=atomic
42
env:
43
PAT: ${{ secrets.GITHUB_TOKEN }}
44
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2
0 commit comments