Skip to content

Commit

Permalink
chore: enable tokenless Codecov uploads (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Nov 25, 2024
1 parent 5fa31a7 commit 5853aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
npm run report-coverage-xml
- name: Upload
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
directory: ./coverage-xml
token: ${{ secrets.CODECOV_TOKEN }} # To bypass public API rate limiting, see https://github.com/codecov/codecov-action/issues/557

0 comments on commit 5853aad

Please sign in to comment.