-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ Remove code duplication after [#7904] #7915
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
♻️ Remove code duplication after [#7904] #7915
Conversation
|
@mergify queue |
🛑 This
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7915 +/- ##
==========================================
- Coverage 86.88% 84.97% -1.92%
==========================================
Files 1670 691 -979
Lines 65190 32643 -32547
Branches 1173 176 -997
==========================================
- Hits 56638 27737 -28901
+ Misses 8224 4848 -3376
+ Partials 328 58 -270
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify unqueue |
|
@mergify stop |
✅ The pull request is not waiting to be queued anymore. |
❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚. |
|
@mergify queue |
🟠 Waiting for conditions to match
|
wvangeit
left a comment
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.
+1
0874e7b to
9e3810f
Compare
|
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 0d75a45 |
|



What do these changes do?
After #7904, Sonarcloud was complaining about duplicated code. This PR fixes this.
Related issue/s
How to test
Dev-ops