Skip to content

Commit

Permalink
ci: generate coverage for all packages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer authored Apr 22, 2024
1 parent 8e73656 commit 4b5a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 4b5a22e

Please sign in to comment.