Commit 171257f1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'rw/clearly-indicate-coverage-visualization-disabled' into 'master'

Add warning that coverage visualization is off

See merge request gitlab-org/gitlab!40426
parents e0e94d05 57d21ca5
...@@ -8,11 +8,14 @@ type: reference, howto ...@@ -8,11 +8,14 @@ type: reference, howto
# Test Coverage Visualization **(CORE ONLY)** # Test Coverage Visualization **(CORE ONLY)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9.
> - It's deployed behind a feature flag, disabled by default. > - It's [deployed behind a feature flag](../../../user/feature_flags.md), disabled by default.
> - It's disabled on GitLab.com. > - It's disabled on GitLab.com.
> - It can be enabled or disabled per-project. > - It can be enabled or disabled per-project.
> - To use it in GitLab self-managed instances, ask a GitLab administrator to [enable it](#enabling-the-feature). **(CORE ONLY)** > - To use it in GitLab self-managed instances, ask a GitLab administrator to [enable it](#enabling-the-feature). **(CORE ONLY)**
CAUTION: **Caution:**
This feature might not be available to you. Check the **version history** note above for details.
With the help of [GitLab CI/CD](../../../ci/README.md), you can collect the test With the help of [GitLab CI/CD](../../../ci/README.md), you can collect the test
coverage information of your favorite testing or coverage-analysis tool, and visualize coverage information of your favorite testing or coverage-analysis tool, and visualize
this information inside the file diff view of your merge requests (MRs). This will allow you this information inside the file diff view of your merge requests (MRs). This will allow you
......
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