From: kaliko Date: Fri, 11 Nov 2022 09:55:54 +0000 (+0100) Subject: Fixed code coverage report (Closes #66) X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=955a5b3e3ac1266a7396b5b6d28113bfc1a9f66d;p=mpd-sima.git Fixed code coverage report (Closes #66) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 195423e..b76ca17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ unittests: script: - pip install pytest-cov requests python-musicpd - py.test -q --cov=sima --junitxml=report.xml tests + coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' artifacts: when: always reports: