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

Add subcommand to print rudimentary coverage statistics #343

Open
kevinburkeomg opened this issue Jun 15, 2018 · 2 comments
Open

Add subcommand to print rudimentary coverage statistics #343

kevinburkeomg opened this issue Jun 15, 2018 · 2 comments

Comments

@kevinburkeomg
Copy link

I'm trying to test whether results are being clobbered, and/or whether merge is working properly.

It would be helpful if there was a subcommand I could run that could print out rudimentary statistics about the combined code coverage file.

Alternatively, it would be good if the Code Climate website made it easy to see rudimentary information about code coverage on a branch, or on a single commit.

@wilson
Copy link

wilson commented Jun 18, 2018

Thanks for the suggestion; I'm adding this to our product tracker.

Do you have an opinion on which details make the most sense to display?

Just to make sure I understand the use-case correctly, you'd like a subcommand to run after sum-coverage but before upload-coverage, to ensure that the proper payload is about to be sent?

@kevinburkeomg
Copy link
Author

Yeah, basically. How many lines total, how many are covered, would probably suffice for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants