Show More
@@ -71,6 +71,6 b' jobs:' | |||||
71 | env: |
|
71 | env: | |
72 | COLUMNS: 120 |
|
72 | COLUMNS: 120 | |
73 | run: | |
|
73 | run: | | |
74 | pytest --color=yes -raXxs --cov --cov-report=xml |
|
74 | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} | |
75 | - name: Upload coverage to Codecov |
|
75 | - name: Upload coverage to Codecov | |
76 | uses: codecov/codecov-action@v2 |
|
76 | uses: codecov/codecov-action@v2 |
General Comments 0
You need to be logged in to leave comments.
Login now