Skip to content

Commit

Permalink
ci: Report code coverage (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 27, 2024
1 parent 131f8ff commit cca0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Unit tests
timeout-minutes: 5
run: |
go test -v -race ./...
go test -v -cover -race ./...
- name: E2E tests
timeout-minutes: 70
Expand Down

0 comments on commit cca0f6d

Please sign in to comment.