Skip to content

Commit 5f1bb22

Browse files
authored
Merge pull request #354 from zacharoth/comma-fix
Remove unnecessary comma in README docs
2 parents f4aa259 + 700e6f4 commit 5f1bb22

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
@@ -353,7 +353,7 @@ You can also ignore specific source files from code coverage using the `ExcludeB
353353
- Use file path or directory path with globbing (e.g `dir1/*.cs`)
354354
355355
```bash
356-
dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"../dir1/class1.cs,../dir2/*.cs,../dir3/**/*.cs,\"
356+
dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"../dir1/class1.cs,../dir2/*.cs,../dir3/**/*.cs\"
357357
```
358358
359359
##### Filters

0 commit comments

Comments
 (0)