Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 11, 2021
1 parent d37a154 commit f5353b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package.yml
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
sudo apt-get install x11-utils libxkbcommon-x11-0
pip install pytest-xvfb
coverage run -m pytest tests && mv .coverage .coverage.core
coverage run gui/build.py test && mv .coverage .coverage.gui
coverage combine
pip install coveralls; coveralls
pytest gui/tests
#coverage run -m pytest tests && mv .coverage .coverage.core
#coverage run gui/build.py test && mv .coverage .coverage.gui
#coverage combine
#pip install coveralls; coveralls

0 comments on commit f5353b5

Please sign in to comment.