-
Notifications
You must be signed in to change notification settings - Fork 178
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(app,components,shared-data): clean up deck config unused functions and types #14291
Conversation
…ctions and types removes various unused utilities, components, and types related to deck config work
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## edge #14291 +/- ##
==========================================
+ Coverage 68.08% 68.13% +0.04%
==========================================
Files 2514 2512 -2
Lines 71459 71456 -3
Branches 9071 9072 +1
==========================================
+ Hits 48654 48683 +29
+ Misses 20693 20672 -21
+ Partials 2112 2101 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
🧹 changes look good to me!
…ctions and types (#14291) removes various unused utilities, components, and types related to deck config work
Overview
removes various unused utilities, components, and types related to deck config work. adds some test coverage. generally cleans up deck config TODOs.
closes RAUT-910
Test Plan
Changelog
Review requests
smoke test the app(s)
Risk assessment
low