Skip to content

Commit 27c24af

Browse files
authored
Update docs/test/customizing-code-coverage-analysis.md
1 parent 3da5b98 commit 27c24af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/customizing-code-coverage-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In this example, setting `<IncludeTestAssembly>` to `False` will exclude test as
163163
```
164164

165165
> [!NOTE]
166-
> The default value of `IncludeTestAssembly` in [VSTest](https://learn.microsoft.com/en-us/visualstudio/test/vstest-console-options?view=vs-2022) is `true`, while it is `false` in [Microsoft.Testing.Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-extensions-code-coverage). This means that test projects are included by default. For more information, see [Code Coverage configuration](https://github.com/microsoft/codecoverage/blob/main/docs/configuration.md).
166+
> The default value of `IncludeTestAssembly` in [VSTest](https:/visualstudio/test/vstest-console-options) is `true`, while it is `false` in [Microsoft.Testing.Platform](/dotnet/core/testing/microsoft-testing-platform-extensions-code-coverage). This means that test projects are included by default. For more information, see [Code Coverage configuration](https://github.com/microsoft/codecoverage/blob/main/docs/configuration.md).
167167
168168
### Regular expressions
169169

0 commit comments

Comments
 (0)