We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035f53e commit 8c8921fCopy full SHA for 8c8921f
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --cov-report=xml
53
54
- name: Upload coverage report
55
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
56
57
- name: Run benchmarks
58
run: nox -s bench
0 commit comments