Skip to content

Commit 875707c

Browse files
author
faisal
committed
fix,
1 parent 8af8d0c commit 875707c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ When static native instrumentation is enabled, Visual Studio will search and ins
143143

144144
To include or exclude test assemblies from the coverage report, you can use the `<IncludeTestAssembly>` element in the `<Configuration>` section of your .runsettings file.
145145

146-
The following XML shows how to exclude test assemblies:
146+
In this example, setting `<IncludeTestAssembly>` to `False` will exclude test assemblies from the code coverage report. If you want to include test assemblies, set it to `True`.
147147

148148
```xml
149149
<?xml version="1.0" encoding="utf-8"?>
@@ -162,8 +162,6 @@ The following XML shows how to exclude test assemblies:
162162
</RunSettings>
163163
```
164164

165-
In this example, setting `<IncludeTestAssembly>` to `False`` will exclude test assemblies from the code coverage report. If you want to include test assemblies, set it to True.
166-
167165
### Regular expressions
168166

169167
Include and exclude nodes use regular expressions, which aren't the same as wildcards. All matches are case-insensitive. Some examples are:

0 commit comments

Comments
 (0)