We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8a90b commit 6d55715Copy full SHA for 6d55715
.github/workflows/tests.yml
@@ -54,6 +54,6 @@ jobs:
54
pytest -v --cov-report=xml --cov=s2fft --cov-config=.coveragerc
55
56
- name: Upload coverage reports to Codecov
57
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
58
env:
59
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments