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 156a45f commit d3051b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...
- name: Test Race
run: go test -race ./...
run: make test
- name: Test Builds
run: make test_build --jobs=4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d3051b9

Please sign in to comment.