We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01b12e commit 1318e2fCopy full SHA for 1318e2f
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Run tests and collect coverage
18
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5-beta
21
with:
22
verbose: true
23
env:
0 commit comments