Skip to content

Commit

Permalink
Do not upload pypy code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 26, 2023
1 parent 12f404d commit f77d150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pytest --cov=fast_matrix_market --cov-report term --cov-report=xml
- name: Upload Coverage to Codecov
if: contains(matrix.os, 'ubuntu')
if: ${{ contains(matrix.os, 'ubuntu') && !contains(matrix.python-version, 'pypy') }}
uses: codecov/codecov-action@v3
with:
gcov: true
Expand Down

0 comments on commit f77d150

Please sign in to comment.