Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional coverage can be checked after the runn run #762

Open
k2tzumi opened this issue Jan 14, 2024 · 2 comments
Open

Additional coverage can be checked after the runn run #762

k2tzumi opened this issue Jan 14, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers pull request wanted

Comments

@k2tzumi
Copy link
Collaborator

k2tzumi commented Jan 14, 2024

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
Copy link
Collaborator Author

k2tzumi commented Jan 14, 2024

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

@k1LoW
Copy link
Owner

k1LoW commented Jan 14, 2024

I think it's a good developmental feature!

@k1LoW k1LoW added enhancement New feature or request pull request wanted labels Jan 14, 2024
@k1LoW k1LoW added the good first issue Good for newcomers label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers pull request wanted
Projects
None yet
Development

No branches or pull requests

2 participants