Skip to content

Commit ff11055

Browse files
authored
Merge pull request #385 from tonyhallett/update-readme-excludebyfile-differences
update readme
2 parents a5af270 + 171ea33 commit ff11055

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
@@ -260,7 +260,7 @@ If you are using option 1) then project and global options will only be used whe
260260
|AdjacentBuildOutput|If your tests are dependent upon their path set this to true.|
261261
|Exclude|Filter expressions to exclude specific modules and types (multiple values)|
262262
|Include|Filter expressions to include specific modules and types (multiple values)|
263-
|ExcludeByFile|Glob patterns specifying source files to exclude e.g. **/Migrations/* (multiple values)|
263+
|ExcludeByFile|OpenCover uses * wildcard matching. Coverlet uses [file system globbing](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.filesystemglobbing.matcher?view=dotnet-plat-ext-8.0)|
264264
|ExcludeByAttribute|Exclude attributed code at assembly, type and method level. Add fully qualified or unqualified attribute types.|
265265
|RunInParallel|By default OpenCover / Coverlet tests run and then coverage is performed. Set to true to run coverage immediately|
266266
|<br>||

0 commit comments

Comments
 (0)