From 7b52c7cb634ef7047d30b0337fe477bcdcedf41d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 2 Mar 2020 18:07:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/yaml/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/ci/yaml/README.md') diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 255ae3f7c13..7fbaf5ca0b8 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2090,9 +2090,8 @@ job: > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/20390) in GitLab 11.2. Requires GitLab Runner 11.2 and above. -The `reports` keyword is used for collecting test reports from jobs and -exposing them in GitLab's UI (merge requests, pipeline views). Read how to use -this with [JUnit reports](#artifactsreportsjunit). +The `reports` keyword is used for collecting test reports, code quality reports, and security reports from jobs. +It also exposes these reports in GitLab's UI (merge requests, pipeline views, and security dashboards). NOTE: **Note:** The test reports are collected regardless of the job results (success or failure). -- cgit v1.2.3