Show More
@@ -71,6 +71,6 b' jobs:' | |||
|
71 | 71 | env: |
|
72 | 72 | COLUMNS: 120 |
|
73 | 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 | 75 | - name: Upload coverage to Codecov |
|
76 | 76 | uses: codecov/codecov-action@v2 |
General Comments 0
You need to be logged in to leave comments.
Login now