k1LoW / runn

runn is a package/tool for running operations following a scenario.
https://runn.run
MIT License
461 stars 33 forks source link

Additional coverage can be checked after the runn run #762

Open k2tzumi opened 10 months ago

k2tzumi commented 10 months ago

refs #748

Support --coverage-out otpion

$ 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!

k2tzumi commented 10 months ago

I tested it on a project that already had runn installed, but it took about 4.5 minutes just for static analysis. 😅

k1LoW commented 10 months ago

I think it's a good developmental feature!

srikary12 commented 1 month ago

I'll be happy to work on this