Skip to content

Commit

Permalink
ci: remove token from codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 8, 2023
1 parent b0d5b7e commit e43cb26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
name: Upload to codecov.io
verbose: true

0 comments on commit e43cb26

Please sign in to comment.