Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-codes authored Oct 9, 2024
1 parent f2f5b63 commit 1c319cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: make check
- uses: codecov/codecov-action@v4
with:
files: tmp/cover.out
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1c319cb

Please sign in to comment.