Skip to content

Commit

Permalink
ci: add Codecov coverage report upload action to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Apr 26, 2024
1 parent b5712b4 commit 212b7db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:

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

-
name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 212b7db

Please sign in to comment.