From 700e6f4a20a19b4308beb273e50cfdc83b239d5e Mon Sep 17 00:00:00 2001 From: Zach Roth Date: Fri, 1 Mar 2019 23:13:38 -0600 Subject: [PATCH] Remove unnecessary comma in README docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e961ea7..d254c33 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ You can also ignore specific source files from code coverage using the `ExcludeB - Use file path or directory path with globbing (e.g `dir1/*.cs`) ```bash -dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"../dir1/class1.cs,../dir2/*.cs,../dir3/**/*.cs,\" +dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"../dir1/class1.cs,../dir2/*.cs,../dir3/**/*.cs\" ``` ##### Filters