diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-02-06 12:01:54 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-02-06 12:01:54 +0100 |
commit | a5cf7c2ef9d906b91372d93dbb6077db718dc89e (patch) | |
tree | dfa39db42d982907f5c126bcf102427cf733e764 /doc | |
parent | c07b1d3bbedb590b2f588857b2383f9e8f51a250 (diff) | |
download | gitlab-ce-a5cf7c2ef9d906b91372d93dbb6077db718dc89e.tar.gz |
Improve docs on CI/CD code coverage regexp settingfix/gb/backwards-compatibility-coverage-ci-yml
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 5 |
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 |