Skip to content

Commit 02ffbe4

Browse files
authored
Merge pull request #215 from MarcoRossignoli/doc
Fix guide typos
2 parents 3a3cb5a + 242db90 commit 02ffbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ dotnet test /p:CollectCoverage=true /p:Exclude="[coverlet.*]Coverlet.Core.Covera
314314
Coverlet goes a step in the other direction by also letting you explicitly set what can be included using the `Include` property.
315315
316316
Examples
317-
- `/p:Include="[*]*"` => INcludes all types in all assemblies (nothing is instrumented)
317+
- `/p:Include="[*]*"` => Includes all types in all assemblies (everything is instrumented)
318318
- `/p:Include="[coverlet.*]Coverlet.Core.Coverage"` => Includes the Coverage class in the `Coverlet.Core` namespace belonging to any assembly that matches `coverlet.*` (e.g `coverlet.core`)
319319
- `/p:Include="[coverlet.*.tests?]*"` => Includes all types in any assembly starting with `coverlet.` and ending with `.test` or `.tests` (the `?` makes the `s` optional)
320320

0 commit comments

Comments
 (0)