mirror of
https://github.com/actions/runner.git
synced 2025-12-24 10:28:39 +08:00
Generate coverage report as json
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user