Skip to content

Commit

Permalink
ci : include -coverpkg=./... in go test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed May 23, 2024
1 parent d28b4e4 commit 373b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.22
- name: Test
run: go test -v -timeout 30s -coverprofile=cover.out -covermode=atomic -race ./...
run: go test -v -timeout 30s -coverprofile=cover.out -covermode=atomic -coverpkg=./... -race ./...
- name: Upload coverage
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 373b8a6

Please sign in to comment.