Skip to content

Commit

Permalink
chore: fix codecov upload
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mroderick committed Feb 18, 2025
1 parent 0ca2e49 commit dfcad71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-esm-browser-build
- name: Upload coverage report
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info

saucelabs-test:
Expand Down

0 comments on commit dfcad71

Please sign in to comment.