From eda8da338368b9750bae1ae5cfd0cd9063f8c1cd Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 8 Apr 2021 23:09:46 -0500 Subject: [PATCH] increased test.sh verbosity. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3c44bc2..f23af96 100644 --- a/test.sh +++ b/test.sh @@ -2,5 +2,5 @@ for PROJ in tests/**/*.csproj do echo "Testing $PROJ" - dotnet test --logger trx -v n --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover + dotnet test --logger trx -v d --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover done \ No newline at end of file