We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d170cb + 53fc1e4 commit f1b512bCopy full SHA for f1b512b
.github/workflows/test-ssh.yml
@@ -152,4 +152,4 @@ jobs:
152
pytest -v --maxfail=2 --cov=ipyparallel ipyparallel/tests/test_ssh.py
153
154
- name: Submit codecov report
155
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
.github/workflows/test.yml
@@ -152,7 +152,7 @@ jobs:
${EXEC} chmod -R a+rw .coverage*
156
157
- name: Report on slurm
158
if: ${{ matrix.cluster_type == 'slurm' && failure() }}
0 commit comments