We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f18d2 commit b64d8e9Copy full SHA for b64d8e9
.github/workflows/testing.yml
@@ -65,7 +65,7 @@ jobs:
65
pytest --cov=kliff --cov-report=xml
66
67
- uses: codecov/codecov-action@v4
68
- if: matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
file: ./coverage.xml
0 commit comments