Skip to content

Commit

Permalink
Use a Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed May 6, 2024
1 parent 01bd0b4 commit 4384fe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -45,4 +45,6 @@ jobs:
tox -e docs
- name: Upload coverage.xml to codecov
if: ${{ matrix.python-version == 3.11 }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4384fe5

Please sign in to comment.