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

Feature improvement: Include overall changes statistics in summary subcommand #39

Closed
britneytu opened this issue Jul 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@britneytu
Copy link

What could be improved?

Would it be possible to include the change statistics in summary subcommand similar to the one in html-report?

For example, in the generated html report, I could see an overview in the number of changes.
Screenshot 2023-07-06 at 3 10 39 PM

It would be great to see this kind of information in text form in summary subcommand

What's the use case?

Imagine use the tool in the a git pipeline job and as a developer, I want to get a rough idea on the number of changes made, compared to the previous version.

It would also be great to put this information at the bottom (near bottom) of the generated text for convenient view :)

Thank you so much for reading through! 💯

@daveshanley daveshanley added the enhancement New feature or request label Jul 6, 2023
@daveshanley
Copy link
Member

Sounds great!

daveshanley added a commit that referenced this issue Jul 24, 2023
Summary now contains more details and more information about all changes found. Also updated docker image to latest and greatest bullseye stuff.

Signed-off-by: Dave Shanley <dave@quobix.com>
daveshanley added a commit that referenced this issue Jul 24, 2023
Summary now contains more details and more information about all changes found. Also updated docker image to latest and greatest bullseye stuff.

Signed-off-by: Dave Shanley <dave@quobix.com>
@daveshanley
Copy link
Member

This has been implemented in v0.0.31

You can now see expanded metrics on the summary command.

Screenshot 2023-07-24 at 5 10 04 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants