summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-16 12:41:29 +0100
committerJürg Billeter <j@bitron.ch>2018-04-16 13:58:26 +0000
commita33ac81ed887fec934fd6b3222e336142f26f06a (patch)
tree20bd716019caae714716815a3d4323a60cc76884
parenteb0ad4d432ac4ab2680f1f677d28ebc3ed73f63c (diff)
downloadbuildstream-a33ac81ed887fec934fd6b3222e336142f26f06a.tar.gz
.gitlab-ci.yml: Add coverage regex
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 215d407cf..a7a462997 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,6 +191,7 @@ docs:
#
coverage:
stage: post
+ coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
script:
- cd dist && ./unpack.sh && cd buildstream
- pip3 install --no-index .