##// END OF EJS Templates
Merge pull request #13402 from Kojoley/disable-coverage-on-pypy...
Matthias Bussonnier -
r27334:02cb40e0 merge
parent child Browse files
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