Skip to content

Commit 10163b5

Browse files
fix doc
1 parent a33ca0b commit 10163b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/VSTestIntegration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ How to specify these options via runsettings?
5757
<Include>[coverlet.*]*,[*]Coverlet.Core*</Include> <!-- [Assembly-Filter]Type-Filter -->
5858
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
5959
<ExcludeByFile>../dir1/class1.cs,../dir2/*.cs,../dir3/**/*.cs,</ExcludeByFile> <!-- Absolute or relative file paths -->
60-
<IncludeDirectory>../dir1/*,../dir2/,</IncludeDirectory>
60+
<IncludeDirectory>../dir1/,../dir2/,</IncludeDirectory>
6161
<SingleHit>false</SingleHit>
6262
<UseSourceLink>true</UseSourceLink>
6363
</Configuration>
@@ -87,6 +87,6 @@ The datacollectors will be bundled as a separate NuGet package, the reference to
8787
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
8888
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
8989
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
90-
<PackageReference Include="coverlet.collector" Version="1.0.0" />
90+
<PackageReference Include="coverlet.collector" Version="1.0.0" />
9191
</ItemGroup>
9292
```

0 commit comments

Comments
 (0)