summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 16:37:54 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 18:37:35 +0200
commit3bb23925f80f77d8a3d94f48e83f532e3846870e (patch)
treebcb15201be9435dbf4cd8a24c1b00d1eae6cc6a2 /.gitlab-ci.yml
parent94ec4ba56206470417109d1cead6ac999f8bd977 (diff)
downloadpygobject-3bb23925f80f77d8a3d94f48e83f532e3846870e.tar.gz
coverage: include Python coverage in lcov report
newer pycoverage supports lcov as output format, so convert to lcov and only generate one report at the end for everything. The lcov report isn't that nice, but at least everything is in one place.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1a1a9b5..024654bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ coverage:
PYENV_VERSION: "3.7.13-debug"
script:
- bash -x ./.gitlab-ci/coverage-docker.sh
+ coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
pages:
stage: deploy