From a5cf7c2ef9d906b91372d93dbb6077db718dc89e Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 6 Feb 2017 12:01:54 +0100 Subject: Improve docs on CI/CD code coverage regexp setting --- doc/ci/yaml/README.md | 5 ++--- 1 file 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 -- cgit v1.2.1