[Coverage] Fix bug (#4646)
authorHaesu Gwon <haesu.gwon@samsung.com>
Wed, 12 Oct 2022 10:06:11 +0000 (19:06 +0900)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 10:06:11 +0000 (19:06 +0900)
coverage.sh

index b0e065d..673df72 100755 (executable)
@@ -66,7 +66,7 @@ instrument() {
   dotnet $MINICOVER_PATH/dotnet-minicover.dll instrument \
       --workdir $ROOTDIR \
       --sources "/src/$1/**/*.cs" \
-      --exclude-sources $2 \
+      --exclude-sources "$2" \
       --assemblies "/src/$1/bin/$BUILD_CONF/*/$1.dll" \
       --hits-file $1
 }