From f2c48358e9e1a405ab6ec34b5a344a1f203e8903 Mon Sep 17 00:00:00 2001 From: fhnaseer Date: Wed, 5 Aug 2026 16:44:03 +0200 Subject: [PATCH 1/3] Add telemetry section to dotnet-coverage doc, Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/core/additional-tools/dotnet-coverage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core/additional-tools/dotnet-coverage.md b/docs/core/additional-tools/dotnet-coverage.md index a68eb1d3cea73..cb4baeed280a1 100644 --- a/docs/core/additional-tools/dotnet-coverage.md +++ b/docs/core/additional-tools/dotnet-coverage.md @@ -796,6 +796,10 @@ You can use the `merge` command to convert a code coverage report to another for dotnet-coverage merge -o output.xml -f xml input.coverage ``` +## Telemetry + +Starting with version 18.10.0, the `dotnet-coverage` tool collects telemetry data to help Microsoft understand how to improve the products. This usage data indicates which commands are used and which options are set when the tool runs. You can disable telemetry at any time. For more information about the data that's collected and how to opt out, see [Microsoft.CodeCoverage.Console telemetry](/visualstudio/test/microsoft-code-coverage-console-tool-telemetry?view=visualstudio). + ## See also * [Customize code coverage analysis](/visualstudio/test/customizing-code-coverage-analysis) From 35ec82fb997587075e195102aa43cdd65364f7b9 Mon Sep 17 00:00:00 2001 From: fhnaseer Date: Wed, 5 Aug 2026 16:53:17 +0200 Subject: [PATCH 2/3] Remove view moniker from telemetry link, Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/core/additional-tools/dotnet-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/additional-tools/dotnet-coverage.md b/docs/core/additional-tools/dotnet-coverage.md index cb4baeed280a1..367346f2d9432 100644 --- a/docs/core/additional-tools/dotnet-coverage.md +++ b/docs/core/additional-tools/dotnet-coverage.md @@ -798,7 +798,7 @@ dotnet-coverage merge -o output.xml -f xml input.coverage ## Telemetry -Starting with version 18.10.0, the `dotnet-coverage` tool collects telemetry data to help Microsoft understand how to improve the products. This usage data indicates which commands are used and which options are set when the tool runs. You can disable telemetry at any time. For more information about the data that's collected and how to opt out, see [Microsoft.CodeCoverage.Console telemetry](/visualstudio/test/microsoft-code-coverage-console-tool-telemetry?view=visualstudio). +Starting with version 18.10.0, the `dotnet-coverage` tool collects telemetry data to help Microsoft understand how to improve the products. This usage data indicates which commands are used and which options are set when the tool runs. You can disable telemetry at any time. For more information about the data that's collected and how to opt out, see [Microsoft.CodeCoverage.Console telemetry](/visualstudio/test/microsoft-code-coverage-console-tool-telemetry). ## See also From b0a83a4ed9f9474185db6f81d4a32f5cab18d396 Mon Sep 17 00:00:00 2001 From: fhnaseer Date: Wed, 5 Aug 2026 16:57:20 +0200 Subject: [PATCH 3/3] Add ai-usage frontmatter and use active voice in telemetry section, Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/core/additional-tools/dotnet-coverage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/core/additional-tools/dotnet-coverage.md b/docs/core/additional-tools/dotnet-coverage.md index 367346f2d9432..11fd5e1a80794 100644 --- a/docs/core/additional-tools/dotnet-coverage.md +++ b/docs/core/additional-tools/dotnet-coverage.md @@ -1,8 +1,9 @@ --- title: dotnet-coverage code coverage tool - .NET CLI description: Learn how to install and use the dotnet-coverage CLI tool to collect code coverage data of a running process. -ms.date: 10/21/2021 +ms.date: 08/05/2026 ms.topic: reference +ai-usage: ai-assisted --- # dotnet-coverage code coverage utility @@ -798,7 +799,7 @@ dotnet-coverage merge -o output.xml -f xml input.coverage ## Telemetry -Starting with version 18.10.0, the `dotnet-coverage` tool collects telemetry data to help Microsoft understand how to improve the products. This usage data indicates which commands are used and which options are set when the tool runs. You can disable telemetry at any time. For more information about the data that's collected and how to opt out, see [Microsoft.CodeCoverage.Console telemetry](/visualstudio/test/microsoft-code-coverage-console-tool-telemetry). +Starting with version 18.10.0, the `dotnet-coverage` tool collects telemetry data to help Microsoft improve the code coverage tools. The data records which commands you run and which options you set when you run the tool. You can disable telemetry at any time. For more information about the data that's collected and how to opt out, see [Microsoft.CodeCoverage.Console telemetry](/visualstudio/test/microsoft-code-coverage-console-tool-telemetry). ## See also