Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-21 05:07:43 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:10:43 +0300
commit0bfbd56c4de5c74dae1952e107e7b3a60fcdcc88 (patch)
treec8358ae64029454e194714a19b5d194dabdd27f9 /.gitlab-ci.yml
parenta074c8681357de8d53df4ce123630ea157695826 (diff)
Add missing coverage
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 01732f45..5d350f0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,7 @@ cover:
- make setup
- make generate-mocks
- make cover
+ coverage: '/total:.+\(statements\).+\d+\.\d+/'
artifacts:
paths:
- coverage.html