Skip to content

Commit

Permalink
.github: enable code coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jul 23, 2024
1 parent a490909 commit aedac85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:

- name: Test
run: go test -v ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit aedac85

Please sign in to comment.