-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Legacy Promotions: Remove unneeded decorator #5955
Conversation
Would you mind to run rubocop --autocorrect? It's unrelated but would make the main branch green. Danke |
Nevermind. Already fixed in main. Rebasing. |
This is an artifact of the piece-by-piece extraction process I believe. Since is now done, we can remove this decorator.
dad9993
to
9a74fda
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5955 +/- ##
=======================================
Coverage 89.45% 89.45%
=======================================
Files 782 782
Lines 17997 17997
=======================================
Hits 16100 16100
Misses 1897 1897 ☔ View full report in Codecov by Sentry. |
Backport after #6016 |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This is an artifact of the piece-by-piece extraction process I believe. Since is now done, we can remove this decorator.