-
Notifications
You must be signed in to change notification settings - Fork 102
Refactor image generation #933
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
Conversation
1175848 to
78e31c3
Compare
Codecov Report
@@ Coverage Diff @@
## master #933 +/- ##
==========================================
+ Coverage 22.42% 28.50% +6.08%
==========================================
Files 21 29 +8
Lines 1476 1540 +64
==========================================
+ Hits 331 439 +108
+ Misses 1145 1101 -44
Flags with carried forward coverage won't be shown. Click here to find out more.
|
seyfeb
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.
Should be fine. There are just some small comments from my side
Signed-off-by: Christian Wolf <[email protected]>
Added test for complete coverage Added dropping of thumbnails Prevent accidential removal of primary image Signed-off-by: Christian Wolf <[email protected]>
Added tests for helper classes Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
ee747a4 to
7a7d471
Compare
Adding the spelling issues from the code review process Signed-Off-By: Christian Wolf <[email protected]> Co-authored-by: Sebastian Fey <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
I have to make sure I got all, thus a first commit. Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
1734577 to
e8ea33a
Compare
This PR should make the image management cleaner and better handlable. The main intent was to migrate the code into an (automatically) testable state.