diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29ec768..e2fc260 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,3 +30,4 @@ coverage: script: - poetry run coverage run --source=pricehist -m pytest - poetry run coverage report + coverage: '/^TOTAL.+?(\d+\%)$/'