mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
7 lines
291 B
Bash
Executable File
7 lines
291 B
Bash
Executable File
#!/bin/bash
|
|
# Script called by gitlab CI engine during test phases
|
|
|
|
coverage run --source=lazylibrarian/ -m pytest --junitxml=lltest.xml ./unittests/test*.py
|
|
#coverage run --source=lazylibrarian/ -m pytest --profile -v --junitxml=lltest.xml ./unittests/test*.py
|
|
coverage report
|
|
coverage xml |