1
0
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:
Alex Boten 2024-05-30 10:25:13 -07:00 committed by GitHub
parent ea637cd46a
commit e9f542cccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: