Skip to content

Commit

Permalink
remove token and change Codecov settings
Browse files Browse the repository at this point in the history
apparently according to https://docs.codecov.com/docs/codecov-tokens#enabling-tokenless-uploads-for-public-repositories, there is a setting to enable this, however the setting itself does not say "public repos only" confusingly....
  • Loading branch information
agilgur5 committed Dec 31, 2024
1 parent 8b7a783 commit cf55fc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ jobs:
run: npm run test:coverage
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cf55fc4

Please sign in to comment.