Remove pytest-cov

This commit is contained in:
Ogi Moore 2021-05-01 14:23:33 -07:00
parent 6163a60198
commit cb48ce0548

View File

@ -72,7 +72,7 @@ jobs:
pip install --upgrade pip pip install --upgrade pip
pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib numba pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib numba
pip install . pip install .
pip install pytest pytest-cov coverage pip install pytest
- name: "Install Linux VirtualDisplay" - name: "Install Linux VirtualDisplay"
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
@ -108,7 +108,6 @@ jobs:
mkdir $SCREENSHOT_DIR mkdir $SCREENSHOT_DIR
pytest pyqtgraph examples -v \ pytest pyqtgraph examples -v \
--junitxml pytest.xml \ --junitxml pytest.xml \
--cov pyqtgraph --cov-report=xml --cov-report=html
shell: bash shell: bash
- name: Upload Screenshots - name: Upload Screenshots
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2