Fixed coverage in actions and updated launch test

This commit is contained in:
Veronica K. B. Olsen
2020-10-01 22:01:41 +02:00
parent d63c741cfe
commit 4b1c45ddb4
5 changed files with 53 additions and 25 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ jobs:
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen
pytest -v --timeout=60
pytest -v --cov-nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1