$ runn run --shuffle on --shard-n 2 --shard-index 1 --coverage-out coverage.json path/to/**/*.yml
How about having the output in json format?
Most of the processing accounts for runbook load time, and having the coverage output in post-processing at test time uses less computer resources than running it separately!
refs #748
Support
--coverage-out
otpionHow about having the output in json format? Most of the processing accounts for runbook load time, and having the coverage output in post-processing at test time uses less computer resources than running it separately!