-
Notifications
You must be signed in to change notification settings - Fork 15
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: remove if-else control block in do_select_all() method #1019
Conversation
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 0.03%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Codecov Report
@@ Coverage Diff @@
## master #1019 +/- ##
==========================================
- Coverage 94.81% 94.80% -0.02%
==========================================
Files 144 144
Lines 5249 5194 -55
Branches 509 508 -1
==========================================
- Hits 4977 4924 -53
+ Misses 235 233 -2
Partials 37 37
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Does this PR introduce a breaking change?
Describe the purpose of this pull request.
To remove the deprecated approach in the do_select_all() method and to update pubsub messages and subscribers to use singular version of the _tag attribute.
Describe how this was implemented.
Removed if-else control block; only kept the else portion. Removed the _deprecated class attribute from all table models. Updated test suite.
Describe any particular area(s) reviewers should focus on.
None
Provide any other pertinent information.
Closes #1000
Pull Request Checklist
Code Style
Static Checks
this PR.
Tests
Chores
this PR. These problem areas have been decorated with an ISSUE: # comment.