Skip to content

Commit

Permalink
Use CODECOV_TOKEN.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Feb 5, 2025
1 parent 207d9de commit 1b6ad8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
- name: Run tests
run: tox -e ${{ matrix.toxenv || 'py' }}
- name: Upload coverage.xml to codecov
uses: codecov/[email protected]
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1b6ad8d

Please sign in to comment.