From ef1d3e4bdbd936330efca05f7466d54ed8b18297 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Thu, 7 Dec 2017 07:26:51 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 797f9d4..aa849db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ unittest: - python3 -V - uname -a - python3 -m coverage run tests.py - - python3 -m coverage report - - python3 -m coverage report -m > report.txt - - python3 -m coverage html + - python3 -m coverage report --include "./*" + - python3 -m coverage report -m --include "./*" > report.txt + - python3 -m coverage --include "./*" html artifacts: paths: - htmlcov/* -- GitLab