Skip to content

Commit 45f8fe2

Browse files
committed
Update test.yml
1 parent 0f699e3 commit 45f8fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: 1.17
4040
- name: Run coverage
41-
run: go test -race -coverprofile=coverage.txt -covermode=atomic
41+
run: go test ./... -coverpkg=./... -race -coverprofile=coverage.txt -covermode=atomic
4242
env:
4343
PAT: ${{ secrets.GITHUB_TOKEN }}
4444
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2

0 commit comments

Comments
 (0)