0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 03:01:50 +02:00

ci: testing ci

This commit is contained in:
2023-07-11 18:20:44 +02:00
parent 185fbe6061
commit 8be84a7ece

View File

@ -41,7 +41,7 @@ tests:
- apt-get update
- apt-get install -y libgl1-mesa-glx
- pip install .[dev]
- coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --random-order ./tests/tests
- coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --random-order ./tests
- coverage report
- coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'