We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a476cb + 4356731 commit 51a12d9Copy full SHA for 51a12d9
.github/workflows/continuous-integration.yml
@@ -78,7 +78,7 @@ jobs:
78
run: python -m pytest --cov=pyspod --cov-report=xml tests/ --with-mpi -v
79
80
- name: Upload coverage to Codecov
81
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
fail_ci_if_error: true
0 commit comments