Skip to content

Commit

Permalink
Reorder ghaction
Browse files Browse the repository at this point in the history
Coverage does not pick up sucessfull CLI tests
pytest-dev/pytest-cov#276
  • Loading branch information
agricolab committed Dec 13, 2019
1 parent f8212a3 commit dd81ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
pip install -U pip
pip install git+https://github.com/labstreaminglayer/liblsl-Python.git
pip install -r requirements.txt
pip install .
- name: Test with pytest
run: |
pip install coverage
pip install pytest-cov
pip install pytest
pip install .
- name: Test with pytest
run: |
pytest
- name: Submit coverage report
env:
Expand Down

0 comments on commit dd81ccd

Please sign in to comment.