From 739530d67c43243d42c25264e535c4d687104c5f Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 26 Sep 2019 16:38:09 +0000 Subject: [PATCH] Add test coverage for reporting to GitLab --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fc988ccb..1357239e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ test-debian: python3-vlc python3-zeroconf python3-pip python3-pep8 mediainfo mupdf-tools xvfb - sh scripts/generate_resources.sh script: - - xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py + - xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py --cov openlp --cov-report term --cov-report html test-ubuntu: stage: test