-
Notifications
You must be signed in to change notification settings - Fork 371
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
feat(output): display base image info on HTML and table outputs #1513
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1513 +/- ##
==========================================
+ Coverage 69.03% 69.07% +0.03%
==========================================
Files 197 197
Lines 18804 18864 +60
==========================================
+ Hits 12982 13030 +48
- Misses 5119 5131 +12
Partials 703 703 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some small suggestions from a UI perspective.
I'll let @another-rex handle the code review side of things :)
Resolves #1410
Adds detailed base image and layer data for HTML output: https://hogo6002.github.io/mvp/
Adds layer tracing for table output: