Skip to content

Commit

Permalink
Use dedicated Codecov GitHub action to fix rate limit problems
Browse files Browse the repository at this point in the history
  • Loading branch information
alallier committed Aug 14, 2024
1 parent 041ca06 commit a8db3f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run report-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit a8db3f2

Please sign in to comment.