Commit 5a80b842 authored by Ricky Wiens's avatar Ricky Wiens Committed by Marcel Amirault

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.
parent 49b13e7b
...@@ -3483,6 +3483,10 @@ If there is more than one matched line in the job output, the last line is used. ...@@ -3483,6 +3483,10 @@ 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. For the matched line, the first occurence of `\d+(\.\d+)?` is the code coverage.
Leading zeros are removed. Leading zeros are removed.
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` ### `retry`
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/3442) in GitLab 9.5. > - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/3442) in GitLab 9.5.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment