Skip to content

Commit

Permalink
Pass the CodeCov upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
ylep authored Jul 2, 2024
1 parent 43f9714 commit 514eb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
# Code coverage is run on Python 3.10, see tox.ini
- if: ${{ matrix.python-version == '3.10' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 514eb68

Please sign in to comment.