Skip to content

Commit

Permalink
gh: add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Dec 9, 2024
1 parent d3051b9 commit ab30a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test
run: make test
run: go test -coverprofile=coverage.txt -race ./...
- name: Test Builds
run: make test_build --jobs=4
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit ab30a3e

Please sign in to comment.