Skip to content

Commit

Permalink
fix: added CODECOV_TOKEN to workflow to avoid upload issues
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Apr 11, 2024
1 parent 7d0a4cd commit ce9da10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- name: Upload code coverage report to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.txt
flags: unittests
Expand Down

0 comments on commit ce9da10

Please sign in to comment.