-
Notifications
You must be signed in to change notification settings - Fork 39
patina_dxe_core: Additional cleanup of image.rs #1192
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
patina_dxe_core: Additional cleanup of image.rs #1192
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
I will work on unit tests today. But please feel free to review. It is a non-functional change, just doing some re-organization. |
joschock
left a comment
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.
Added several comments, acknowledging that a subset of them note pre-existing issues.
49891c1 to
3751c90
Compare
This commit performs some additional non-functional cleanup of image.rs to break up the larger functions into smaller chunks that only perform one operation each. This makes understanding and testing the code simpler.
…ath as the filename, per PR review
3751c90 to
17d6e32
Compare
Description
This commit performs some additional non-functional cleanup of image.rs to break up the larger functions into smaller chunks that only perform one operation each. This makes understanding and testing the code simpler.
How This Was Tested
CI, Boots to shell.
Integration Instructions
N/A