Generate coverage report as json

This commit is contained in:
JoannaaKL
2023-05-19 11:26:45 +00:00
committed by GitHub
parent cdd8a8e694
commit 7287a14f9f

View File

@@ -210,7 +210,7 @@ function runtest ()
function coverage ()
{
heading "Coverage ..."
cd Test && dotnet test --collect:"XPlat Code Coverage"
cd Test && dotnet test --collect:"XPlat Code Coverage;Format=json"
}
function format()