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 f9f2198 + 653ed2e commit 0cb4ae9Copy full SHA for 0cb4ae9
.github/workflows/ci.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Run tests and collect coverage
18
run: pytest --cov app
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
21
env:
22
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
0 commit comments