From 0e5a79155a15894f43dc2f05abe015fd577878a3 Mon Sep 17 00:00:00 2001 From: rickywiens Date: Tue, 12 Jan 2021 15:18:54 -0600 Subject: [PATCH 1/3] Add docs for coverage and child pipelines - Right now child pipelines that report coverage information with the coverage keyword in the yml file do not get recorded. This adds that to the documentation. --- doc/ci/yaml/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index f47124d3c073d6..99d8bea9421881 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -3443,6 +3443,8 @@ If there is more than one matched line in the job output, the last line is used. For the matched line, the first occurence of `\d+(\.\d+)?` is the code coverage. Leading zeros are removed. +Currently the coverage output in [child pipelines](../parent_child_pipelines.md) will not be recorded. Please follow [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/280818) for updates. + ### `retry` > - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/3442) in GitLab 9.5. -- GitLab From ed399e077feae8e56fd06e805048de6ab8015e19 Mon Sep 17 00:00:00 2001 From: Ricky Wiens Date: Tue, 12 Jan 2021 21:40:28 +0000 Subject: [PATCH 2/3] Apply 1 suggestion(s) to 1 file(s) --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 99d8bea9421881..1a0c3ec7468d05 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -3443,7 +3443,7 @@ If there is more than one matched line in the job output, the last line is used. For the matched line, the first occurence of `\d+(\.\d+)?` is the code coverage. Leading zeros are removed. -Currently the coverage output in [child pipelines](../parent_child_pipelines.md) will not be recorded. Please follow [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/280818) for updates. +Currently the coverage output in [child pipelines](../parent_child_pipelines.md) will not be recorded nor displayed. Please follow [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/280818) for updates. ### `retry` -- GitLab From 9ba2fc94675e8508cd944c8cfff995975ecd0ea3 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Wed, 13 Jan 2021 01:15:49 +0000 Subject: [PATCH 3/3] Apply 1 suggestion(s) to 1 file(s) --- doc/ci/yaml/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 1a0c3ec7468d05..b745988ccf2f8a 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -3443,7 +3443,9 @@ If there is more than one matched line in the job output, the last line is used. For the matched line, the first occurence of `\d+(\.\d+)?` is the code coverage. Leading zeros are removed. -Currently the coverage output in [child pipelines](../parent_child_pipelines.md) will not be recorded nor displayed. Please follow [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/280818) for updates. +Coverage output from [child pipelines](../parent_child_pipelines.md) is not recorded +or displayed. Check [the related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/280818) +for more details. ### `retry` -- GitLab