We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba63c44 + e62da6a commit 17ac7a1Copy full SHA for 17ac7a1
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
working-directory: tests
70
71
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu')
72
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
73
with:
74
files: test/coverage.xml
75
name: ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}
0 commit comments