Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 11, 2021
1 parent 97968f1 commit 057a32d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Test
run: |
sudo apt-get install x11-utils libxkbcommon-x11-0
xvfb-run --auto-servernum coverage run -m pytest tests && mv .coverage .coverage.core
xvfb-run --auto-servernum coverage run gui/build.py test && mv .coverage .coverage.gui
sudo Xvfb :1 -screen 0 1024x768x24 </dev/null &
export DISPLAY=":1"
xvfb-run coverage run -m pytest tests && mv .coverage .coverage.core
xvfb-run coverage run gui/build.py test && mv .coverage .coverage.gui
coverage combine
pip install coveralls; coveralls

0 comments on commit 057a32d

Please sign in to comment.