We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e9aff8 + 3c55fb8 commit 37dd28bCopy full SHA for 37dd28b
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ . --cov-report=xml
36
37
- name: Upload coverage to Codecov
38
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
39
with:
40
fail_ci_if_error: true
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments