-
Notifications
You must be signed in to change notification settings - Fork 64
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
refactor(InventoryTable): Deprecate unused actions #2128
Conversation
873931e
to
0f32788
Compare
This is ready for review |
/retest |
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.
I have checked and everything seems fine in my local environment after these changes, I agree we should remove those unused actions
Thank you @gkarat !
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2128 +/- ##
==========================================
- Coverage 57.64% 57.54% -0.11%
==========================================
Files 193 193
Lines 6198 6190 -8
Branches 1718 1718
==========================================
- Hits 3573 3562 -11
- Misses 2625 2628 +3 ☔ View full report in Codecov by Sentry. |
/retest |
🎉 This PR is included in version 1.62.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This removes some actions definitions and action creators that are not used in Inventory and other applications.