From 0dfc3a07b1c5fe9c39700a3cff1d9936837b3cdc Mon Sep 17 00:00:00 2001 From: wangshaohui Date: Thu, 30 Sep 2021 09:49:24 +0800 Subject: [PATCH] test --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index 11ccb7b..ccc143e 100644 --- a/build.bat +++ b/build.bat @@ -2,6 +2,7 @@ set COVFILE=%~dp0wsh.cov echo %COVFILE% covclear -f %COVFILE% +covselect --no-banner --quiet --file "%COVFILE%" --remove %~d0 covselect --no-banner --quiet --file "%COVFILE%" --add %~dp0 covselect --import BullseyeCoverageExclusions