Commit 57d21ca5 authored by Ricky Wiens's avatar Ricky Wiens Committed by Marcel Amirault

Add warning that coverage visualization is off

- There have been several users who have tried to get code coverage
  visualization working on dot com when it is behind a feature flag that
is disabled by default. Adding a caution box to make sure that it is
clear the feature is disabled by default.
parent a0efb830
...@@ -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