##// END OF EJS Templates
CI: Collect coverage from GHA Pytest run
Nikita Kniazev -
Show More
@@ -34,7 +34,7 b' jobs:'
34 34 python -m pip install --upgrade pip setuptools wheel
35 35 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
36 36 python -m pip install --upgrade --upgrade-strategy eager trio curio
37 python -m pip install --upgrade pytest pytest-trio 'matplotlib!=3.2.0'
37 python -m pip install --upgrade pytest pytest-cov pytest-trio 'matplotlib!=3.2.0'
38 38 python -m pip install --upgrade check-manifest pytest-cov anyio
39 39 - name: Check manifest
40 40 run: check-manifest
@@ -45,6 +45,6 b' jobs:'
45 45 cp /tmp/.coverage ./
46 46 - name: pytest
47 47 run: |
48 pytest -v
48 pytest -v --cov --cov-report=xml
49 49 - name: Upload coverage to Codecov
50 50 uses: codecov/codecov-action@v2
General Comments 0
You need to be logged in to leave comments. Login now