increased test.sh verbosity.
This commit is contained in:
parent
7abc1be4bf
commit
eda8da3383
2
test.sh
2
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
|
Reference in New Issue
Block a user