Skip to content

Commit

Permalink
Use CODECOV_TOKEN in codecov action of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 25, 2024
1 parent 4f55083 commit 513a35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -82,6 +82,8 @@ jobs:
coverage xml
- name: Upload coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build-dist:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 513a35f

Please sign in to comment.