added --blame argument to test.sh and lowered verbosity.
This commit is contained in:
parent
eda8da3383
commit
cfecc7c7b3
2
test.sh
2
test.sh
@ -2,5 +2,5 @@
|
||||
for PROJ in tests/**/*.csproj
|
||||
do
|
||||
echo "Testing $PROJ"
|
||||
dotnet test --logger trx -v d --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
|
||||
dotnet test --logger trx -v n --blame --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
|
||||
done
|
Reference in New Issue
Block a user