File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ If you are using option 1) then project and global options will only be used whe
260
260
| AdjacentBuildOutput| If your tests are dependent upon their path set this to true.|
261
261
| Exclude| Filter expressions to exclude specific modules and types (multiple values)|
262
262
| 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 ) |
264
264
| ExcludeByAttribute| Exclude attributed code at assembly, type and method level. Add fully qualified or unqualified attribute types.|
265
265
| RunInParallel| By default OpenCover / Coverlet tests run and then coverage is performed. Set to true to run coverage immediately|
266
266
| <br >||
You can’t perform that action at this time.
0 commit comments