test.sh now logs to trx format for test result reports.
This commit is contained in:
parent
832ab632c5
commit
522b34810e
2
test.sh
2
test.sh
@ -2,5 +2,5 @@
|
|||||||
for PROJ in tests/**/*.csproj
|
for PROJ in tests/**/*.csproj
|
||||||
do
|
do
|
||||||
echo "Testing $PROJ"
|
echo "Testing $PROJ"
|
||||||
dotnet test -v n --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
|
dotnet test --logger trx -v n --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
|
||||||
done
|
done
|
Loading…
x
Reference in New Issue
Block a user