We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7f7302 + f8fc9d3 commit 38f480fCopy full SHA for 38f480f
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
run: pytest tests/
66
67
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
with:
70
files: coverage.xml
71
name: ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}
0 commit comments