We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808f9f commit 58de8dbCopy full SHA for 58de8db
1 file changed
.github/workflows/tests.yml
@@ -39,10 +39,11 @@ jobs:
39
poetry run pytest -v --cov=multibind --cov-report=xml
40
41
- name: Upload coverage to Codecov
42
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
43
with:
44
directory: .
45
fail_ci_if_error: ${{ github.event_name == 'pull_request' }}
46
files: coverage.xml
47
name: codecov-umbrella
48
+ token: ${{ secrets.CODECOV_TOKEN }}
49
verbose: true
0 commit comments