We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c47e9b + 0ccee21 commit a372f68Copy full SHA for a372f68
1 file changed
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run tests and collect coverage
37
run: pytest --cov=streamcapture test/ ${{ env.CODECOV_ATS_TESTS }}
38
- name: Upload coverage to Codecov
39
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
40
with:
41
verbose: true
42
env:
0 commit comments