Skip to content

Commit

Permalink
Merge pull request #385 from tonyhallett/update-readme-excludebyfile-…
Browse files Browse the repository at this point in the history
…differences

update readme
  • Loading branch information
tonyhallett committed Jan 18, 2024
2 parents a5af270 + 171ea33 commit ff11055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ If you are using option 1) then project and global options will only be used whe
|AdjacentBuildOutput|If your tests are dependent upon their path set this to true.|
|Exclude|Filter expressions to exclude specific modules and types (multiple values)|
|Include|Filter expressions to include specific modules and types (multiple values)|
|ExcludeByFile|Glob patterns specifying source files to exclude e.g. **/Migrations/* (multiple values)|
|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)|
|ExcludeByAttribute|Exclude attributed code at assembly, type and method level. Add fully qualified or unqualified attribute types.|
|RunInParallel|By default OpenCover / Coverlet tests run and then coverage is performed. Set to true to run coverage immediately|
|<br>||
Expand Down

0 comments on commit ff11055

Please sign in to comment.