Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-13 05:30:04 +0300
committerEvan Read <eread@gitlab.com>2019-06-13 05:30:04 +0300
commit1b5babd532ade644e075e07da691f2616c8b69a6 (patch)
tree6bef01cb86d1ff137275e3074a56f23416ff15f4 /doc/ci/metrics_reports.md
parent3fbac13c95f33b675d5b80765f2afaf790a47ff9 (diff)
parentfc6e79e145d3c8dbf3394e5ec3e83d3b0f1123cc (diff)
Merge branch 'docs-its-relative-7' into 'master'
Docs: Convert absolute links to relative in /ci docs See merge request gitlab-org/gitlab-ce!29029
Diffstat (limited to 'doc/ci/metrics_reports.md')
-rw-r--r--doc/ci/metrics_reports.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/metrics_reports.md b/doc/ci/metrics_reports.md
index 3ded6673149..f9cfc0892a7 100644
--- a/doc/ci/metrics_reports.md
+++ b/doc/ci/metrics_reports.md
@@ -9,11 +9,11 @@ Requires GitLab Runner 11.10 and above.
## Overview
-GitLab provides a lot of great reporting tools for [merge requests](../user/project/merge_requests/index.md) - [JUnit reports](./junit_test_reports.md), [codequality](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html), performance tests, etc. While JUnit is a great open framework for tests that "pass" or "fail", it is also important to see other types of metrics from a given change.
+GitLab provides a lot of great reporting tools for [merge requests](../user/project/merge_requests/index.md) - [JUnit reports](junit_test_reports.md), [codequality](../user/project/merge_requests/code_quality.md), performance tests, etc. While JUnit is a great open framework for tests that "pass" or "fail", it is also important to see other types of metrics from a given change.
You can configure your job to use custom Metrics Reports, and GitLab will display a report on the merge request so that it's easier and faster to identify changes without having to check the entire log.
-![Metrics Reports](./img/metrics_reports.png)
+![Metrics Reports](img/metrics_reports.png)
## Use cases