Skip to content

Commit

Permalink
fix: update test.yml
Browse files Browse the repository at this point in the history
Add CODECOV_TOKEN to fix codecov/codecov-action#557
  • Loading branch information
shenxianpeng authored Jan 11, 2024
1 parent 4ec9109 commit d6689f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
coverage xml
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
Expand Down

0 comments on commit d6689f1

Please sign in to comment.