From 24321f08b442a47ace7c1dcc708c769f9bbf4a1f Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Thu, 7 Dec 2017 07:19:47 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9903143..797f9d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,12 @@ unittest: - apt install -y sqlite3 python3 locales-all python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage git - python3 -V - uname -a - - ./tests.py - python3 -m coverage run tests.py + - python3 -m coverage report + - python3 -m coverage report -m > report.txt - python3 -m coverage html artifacts: paths: - - htmlcov/* \ No newline at end of file + - htmlcov/* + - .coverage + - report.txt \ No newline at end of file -- GitLab