mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
ci: fix coverage for sub threads
This commit is contained in:
@ -76,7 +76,7 @@ backend_pytest:
|
||||
script:
|
||||
- pip install ./backend[dev]
|
||||
- pip install coverage
|
||||
- coverage run --source=./backend/bec_atlas -m pytest -v --junitxml=report.xml --skip-docker --random-order --full-trace ./backend/tests
|
||||
- coverage run --concurrency=thread --source=./backend/bec_atlas -m pytest -v --junitxml=report.xml --skip-docker --random-order --full-trace ./backend/tests
|
||||
- coverage report
|
||||
- coverage xml
|
||||
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
|
||||
|
Reference in New Issue
Block a user