mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-26 21:05:00 +02:00
[chore] ensure codecov uses token (#5440)
This was done in the collector & collector-contrib repos and makes tokenless ratelimiting errors go away.
This commit is contained in:
parent
ea637cd46a
commit
e9f542cccc
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user