We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba63c44 commit e62da6aCopy full SHA for e62da6a
.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