Skip to content

Commit 2ccb9b4

Browse files
authored
Merge pull request #250 from saintedlama/patch-1
fix description for include [*] filters
2 parents 527dd24 + 49b8269 commit 2ccb9b4

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
@@ -211,7 +211,7 @@ coverlet <ASSEMBLY> --target <TARGET> --targetargs <TARGETARGS> --exclude "[cove
211211
Coverlet goes a step in the other direction by also letting you explicitly set what can be included using the `--include` option.
212212
213213
Examples
214-
- `--include "[*]*"` => INcludes all types in all assemblies (nothing is instrumented)
214+
- `--include "[*]*"` => Includes all types in all assemblies (everything is instrumented)
215215
- `--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`)
216216
- `--include "[coverlet.*.tests?]*"` => Includes all types in any assembly starting with `coverlet.` and ending with `.test` or `.tests` (the `?` makes the `s` optional)
217217

0 commit comments

Comments
 (0)