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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-06 14:01:54 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-06 14:01:54 +0300
commita5cf7c2ef9d906b91372d93dbb6077db718dc89e (patch)
treedfa39db42d982907f5c126bcf102427cf733e764 /doc
parentc07b1d3bbedb590b2f588857b2383f9e8f51a250 (diff)
Improve docs on CI/CD code coverage regexp setting
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 5643bf0e2d9..865158187b6 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -996,9 +996,8 @@ job:
### coverage
-`coverage` allows you to configure how coverage will be filtered out from the
-build outputs. Setting this in the job context will define how the output
-filtering and extracting the coverage information from your builds will work.
+`coverage` allows you to configure how code coverage will be extracted from the
+job output.
Regular expressions are the only valid kind of value expected here. So, using
surrounding `/` is mandatory in order to consistently and explicitly represent