Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions content/en/code_coverage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/tests/code_coverage">code coverage</a> 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].
Expand Down
4 changes: 0 additions & 4 deletions content/en/code_coverage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/tests/code_coverage">code coverage</a> 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.
Expand Down
4 changes: 0 additions & 4 deletions content/en/code_coverage/data_collected.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/tests/code_coverage">code coverage</a> 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:
Expand Down
4 changes: 0 additions & 4 deletions content/en/code_coverage/monorepo_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/tests/code_coverage">code coverage</a> 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:
Expand Down
4 changes: 0 additions & 4 deletions content/en/code_coverage/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/tests/code_coverage">code coverage</a> 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.
Expand Down
6 changes: 3 additions & 3 deletions content/en/tests/code_coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.datadoghq.com/code_coverage/">Code Coverage</a> product. Sign up for the Preview!
{{< /callout >}}
<div class="alert alert-warning">
This Test Optimization feature is legacy. Use the new dedicated <a href="https://docs.datadoghq.com/code_coverage/">Code Coverage</a> product instead.
</div>

## Overview

Expand Down
Loading