diff --git a/content/en/code_coverage/_index.md b/content/en/code_coverage/_index.md
index 6020ff1341729..0a2e00fd85ef2 100644
--- a/content/en/code_coverage/_index.md
+++ b/content/en/code_coverage/_index.md
@@ -11,9 +11,9 @@ algolia:
tags: ["code coverage"]
---
-{{< callout url="http://datadoghq.com/product-preview/code-coverage/" >}}
-Code Coverage is in Preview. This product replaces Test Optimization's code coverage feature, which is being deprecated. Complete the form to request access for the new Code Coverage product.
-{{< /callout >}}
+
+This product replaces Test Optimization's
code coverage feature, which is being deprecated.
+
[Code Coverage][1] lets you upload coverage reports to Datadog, visualize aggregated coverage data for pull requests, and block merges based on configurable coverage thresholds.
diff --git a/content/en/code_coverage/data_collected.md b/content/en/code_coverage/data_collected.md
index 612e3151d8e48..e1155e7962028 100644
--- a/content/en/code_coverage/data_collected.md
+++ b/content/en/code_coverage/data_collected.md
@@ -9,9 +9,10 @@ further_reading:
text: "Set up Code Coverage"
---
-{{< callout url="http://datadoghq.com/product-preview/code-coverage/" >}}
-Code Coverage is in Preview. This product replaces Test Optimization's code coverage feature, which is being deprecated. Complete the form to request access for the new Code Coverage product.
-{{< /callout >}}
+
+This product replaces Test Optimization's
code coverage feature, which is being deprecated.
+
+
## Source Code Provider Integration
diff --git a/content/en/code_coverage/setup.md b/content/en/code_coverage/setup.md
index 7f1862e76a685..0f733044f1832 100644
--- a/content/en/code_coverage/setup.md
+++ b/content/en/code_coverage/setup.md
@@ -9,9 +9,10 @@ further_reading:
text: "Learn what data is collected for Code Coverage"
---
-{{< callout url="http://datadoghq.com/product-preview/code-coverage/" >}}
-Code Coverage is in Preview. This product replaces Test Optimization's code coverage feature, which is being deprecated. Complete the form to request access for the new Code Coverage product.
-{{< /callout >}}
+
+This product replaces Test Optimization's
code coverage feature, which is being deprecated.
+
+
Setting up Code Coverage involves the following steps:
diff --git a/content/en/tests/code_coverage.md b/content/en/tests/code_coverage.md
index 669c2af522e49..a5ccb191a9144 100644
--- a/content/en/tests/code_coverage.md
+++ b/content/en/tests/code_coverage.md
@@ -14,9 +14,9 @@ further_reading:
text: "Learn about CI Monitors"
---
-{{< callout url="https://www.datadoghq.com/product-preview/code-coverage/" >}}
-This Test Optimization feature is being deprecated and replaced by a new dedicated Code Coverage product. Sign up for the Preview!
-{{< /callout >}}
+
+This Test Optimization feature is being deprecated and replaced by a new dedicated
Code Coverage product.
+
## Overview
diff --git a/content/en/tests/setup/junit_xml.md b/content/en/tests/setup/junit_xml.md
index b5af875602c37..a689192257fe7 100644
--- a/content/en/tests/setup/junit_xml.md
+++ b/content/en/tests/setup/junit_xml.md
@@ -541,10 +541,10 @@ The values that you send to Datadog are strings, so the facets are displayed in
## Reporting code coverage
-{{< callout url="https://www.datadoghq.com/product-preview/code-coverage/" >}}
+
This section covers the code coverage feature of the Test Optimization product.
-This feature is being deprecated and replaced by a new dedicated
Code Coverage product. Sign up for the Preview!
-{{< /callout >}}
+This feature is being deprecated and replaced by a new dedicated
Code Coverage product.
+
It is possible to report code coverage for a given JUnit report via the `--report-measures` option, by setting the `test.code_coverage.lines_pct` measure: