Skip to content

Commit

Permalink
fix code coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdole committed Jan 4, 2025
1 parent 5581da1 commit f3561ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:

- name: Static Check
run: staticcheck ./...

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

0 comments on commit f3561ee

Please sign in to comment.