-
Notifications
You must be signed in to change notification settings - Fork 5
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
WRP-4092: IncrementSlider - refactor utils.js #707
Conversation
Codecov ReportBase: 74.55% // Head: 74.74% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #707 +/- ##
===========================================
+ Coverage 74.55% 74.74% +0.18%
===========================================
Files 120 120
Lines 4500 4510 +10
Branches 1253 1262 +9
===========================================
+ Hits 3355 3371 +16
+ Misses 877 874 -3
+ Partials 268 265 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
note for the next reviewer: since the deleted functions are private, we think a changelog is not necesary. Please correct us if we are wrong |
# Conflicts: # IncrementSlider/IncrementSlider.js
I agree with @daniel-stoian-lgp that this fix does not need to add CHANGELOG. |
# Conflicts: # IncrementSlider/IncrementSlider.js
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
Enact-DCO-1.0-Signed-off-by: Adrian Cocoara adrian.cocoara@lgepartner.com
Checklist
Issue Resolved / Feature Added
IncrementSlider/utils.js
contains some copied functions formSlider/utis.js
which are not used in the implementation of component, so they were removed.Resolution
Additional Considerations
Links
WRP-4092
Comments