Skip to content

Commit f77d150

Browse files
committed
Do not upload pypy code coverage
1 parent 12f404d commit f77d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
pytest --cov=fast_matrix_market --cov-report term --cov-report=xml
9292
9393
- name: Upload Coverage to Codecov
94-
if: contains(matrix.os, 'ubuntu')
94+
if: ${{ contains(matrix.os, 'ubuntu') && !contains(matrix.python-version, 'pypy') }}
9595
uses: codecov/codecov-action@v3
9696
with:
9797
gcov: true

0 commit comments

Comments
 (0)