Skip to content

Commit

Permalink
chore: add cov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiningRush committed May 20, 2024
1 parent 6e8a32c commit 27e3e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: make g-test

- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v2
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.out

0 comments on commit 27e3e4e

Please sign in to comment.