Skip to content

Commit

Permalink
[chore] ensure codecov uses token (#5440)
Browse files Browse the repository at this point in the history
This was done in the collector & collector-contrib repos and makes
tokenless ratelimiting errors go away.
  • Loading branch information
codeboten authored May 30, 2024
1 parent ea637cd commit e9f542c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ jobs:
cp coverage.html $TEST_RESULTS
- name: Upload coverage report
uses: codecov/codecov-action@v4.4.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Store coverage test output
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e9f542c

Please sign in to comment.