We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f404d commit f77d150Copy full SHA for f77d150
.github/workflows/tests.yml
@@ -91,7 +91,7 @@ jobs:
91
pytest --cov=fast_matrix_market --cov-report term --cov-report=xml
92
93
- name: Upload Coverage to Codecov
94
- if: contains(matrix.os, 'ubuntu')
+ if: ${{ contains(matrix.os, 'ubuntu') && !contains(matrix.python-version, 'pypy') }}
95
uses: codecov/codecov-action@v3
96
with:
97
gcov: true
0 commit comments