Skip to content

Commit dfcad71

Browse files
committedFeb 18, 2025·
chore: fix codecov upload
We are seeing errors uploading coverage reports to codecov: ``` Rate limit reached. Please upload with the Codecov repository upload token to resolve issue ``` I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token. This changeset should fix the upload issue.
1 parent 0ca2e49 commit dfcad71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
7272
npm run test-esm-browser-build
7373
- name: Upload coverage report
74+
env:
75+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7476
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
7577

7678
saucelabs-test:

0 commit comments

Comments
 (0)
Please sign in to comment.