mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: expand on update.py tests and show on Gitlab UI
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
137ed04d34
commit
ef2baad7b3
4 changed files with 80 additions and 4 deletions
|
@ -25,7 +25,7 @@ rm -rf $PROMETHEUS_MULTIPROC_DIR
|
|||
mkdir -p $PROMETHEUS_MULTIPROC_DIR
|
||||
|
||||
# Run pytest with optional targets in front of it.
|
||||
pytest
|
||||
pytest --junitxml="/data/pytest-report.xml"
|
||||
|
||||
# By default, report coverage and move it into cache.
|
||||
if [ $COVERAGE -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue