We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5d169e + 3e88443 commit e85dec8Copy full SHA for e85dec8
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: pytest tests/ -v --cov=src/qr_sampler --cov-report=xml --cov-report=term-missing
62
- name: Upload coverage
63
if: matrix.python-version == '3.12'
64
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
65
with:
66
files: coverage.xml
67
fail_ci_if_error: false
0 commit comments