We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 934fd1f + ffbaefb commit 74238a9Copy full SHA for 74238a9
1 file changed
.github/workflows/testing.yml
@@ -49,7 +49,7 @@ jobs:
49
source .venv/bin/activate
50
poetry run pytest --cov app
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
53
with:
54
verbose: true
55
env:
0 commit comments