From bace4c9e1ccdee725505d726645ca78217f89050 Mon Sep 17 00:00:00 2001 From: Nikita Tkachenko Date: Fri, 6 Feb 2026 19:21:34 +0100 Subject: [PATCH 1/2] Remove preview disclaimer from Code Coverage documentation Removed the preview disclaimer callout from all pages in the /code_coverage/ section as Code Coverage is no longer in preview. Co-Authored-By: Claude Sonnet 4.5 --- content/en/code_coverage/_index.md | 4 ---- content/en/code_coverage/configuration.md | 4 ---- content/en/code_coverage/data_collected.md | 4 ---- content/en/code_coverage/monorepo_support.md | 4 ---- content/en/code_coverage/setup.md | 4 ---- 5 files changed, 20 deletions(-) diff --git a/content/en/code_coverage/_index.md b/content/en/code_coverage/_index.md index b54e3f2fae2..2c7c1bcd92c 100644 --- a/content/en/code_coverage/_index.md +++ b/content/en/code_coverage/_index.md @@ -18,10 +18,6 @@ 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 >}} - [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. For setup instructions, see [Set up Code Coverage][2]. diff --git a/content/en/code_coverage/configuration.md b/content/en/code_coverage/configuration.md index 0982e45de63..e105c4bdaab 100644 --- a/content/en/code_coverage/configuration.md +++ b/content/en/code_coverage/configuration.md @@ -10,10 +10,6 @@ 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 >}} - ## Overview You can configure Code Coverage behavior by creating a configuration file named `code-coverage.datadog.yml` or `code-coverage.datadog.yaml` in the root of your repository. diff --git a/content/en/code_coverage/data_collected.md b/content/en/code_coverage/data_collected.md index a0b0e8713fc..0b70d96dfb6 100644 --- a/content/en/code_coverage/data_collected.md +++ b/content/en/code_coverage/data_collected.md @@ -10,10 +10,6 @@ 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 >}} - ## Source Code Provider Integration The exact data received by Datadog depends on your source code provider type: diff --git a/content/en/code_coverage/monorepo_support.md b/content/en/code_coverage/monorepo_support.md index afaaf3594cb..c3eb0433ddc 100644 --- a/content/en/code_coverage/monorepo_support.md +++ b/content/en/code_coverage/monorepo_support.md @@ -10,10 +10,6 @@ further_reading: text: "Datadog Software Catalog" --- -{{< 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 >}} - ## Overview For large monorepos containing multiple projects or components, or where multiple teams collaborate, viewing code coverage data for the entire repository may not provide actionable insights. Code Coverage supports splitting coverage data by services and code owners, allowing you to: diff --git a/content/en/code_coverage/setup.md b/content/en/code_coverage/setup.md index d8bc51cc9ed..39509059fc3 100644 --- a/content/en/code_coverage/setup.md +++ b/content/en/code_coverage/setup.md @@ -16,10 +16,6 @@ further_reading: text: "Learn how Code Coverage supports large monorepos" --- -{{< 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 >}} - Setting up Code Coverage involves the following steps: 1. Configure the integration with your [source code provider](#integrate-with-source-code-provider) in the Datadog UI. From a93bd8233caed0cd66efffbea9358e4a36e61eea Mon Sep 17 00:00:00 2001 From: Nikita Tkachenko Date: Fri, 6 Feb 2026 19:56:47 +0100 Subject: [PATCH 2/2] Replace Preview callout with a warning on tests optimization coverage legacy feature page --- content/en/tests/code_coverage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/tests/code_coverage.md b/content/en/tests/code_coverage.md index 313dccc17b0..de8331ddad7 100644 --- a/content/en/tests/code_coverage.md +++ b/content/en/tests/code_coverage.md @@ -17,9 +17,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 legacy. Use the new dedicated Code Coverage product instead. +
## Overview