summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-06 12:01:54 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-06 12:01:54 +0100
commita5cf7c2ef9d906b91372d93dbb6077db718dc89e (patch)
treedfa39db42d982907f5c126bcf102427cf733e764
parentc07b1d3bbedb590b2f588857b2383f9e8f51a250 (diff)
downloadgitlab-ce-fix/gb/backwards-compatibility-coverage-ci-yml.tar.gz
Improve docs on CI/CD code coverage regexp settingfix/gb/backwards-compatibility-coverage-ci-yml
-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