mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
ci: testing ci
This commit is contained in:
@ -38,6 +38,8 @@ tests:
|
|||||||
stage: Unittests
|
stage: Unittests
|
||||||
needs: ["formatter"]
|
needs: ["formatter"]
|
||||||
script:
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y libgl1-mesa-glx
|
||||||
- pip install .[dev]
|
- 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/tests
|
||||||
- coverage report
|
- coverage report
|
||||||
|
Reference in New Issue
Block a user