fix automatic unittests

master
Martin Lackner 2022-02-16 17:56:12 +01:00
rodzic b618119210
commit 333d19cb8d
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ jobs:
- name: Test with pytest
run: |
coverage run --source=. -m pytest -v --tb=long -m unittests.py
coverage run --source=. -m pytest -v --tb=long
- name: Generate coverage report
run: coverage xml