-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 removes unsupported parameter #6612
🐛 removes unsupported parameter #6612
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6612 +/- ##
==========================================
- Coverage 87.83% 87.69% -0.15%
==========================================
Files 1561 1170 -391
Lines 62760 51451 -11309
Branches 2085 958 -1127
==========================================
- Hits 55127 45120 -10007
+ Misses 7315 6154 -1161
+ Partials 318 177 -141
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
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.
pair reviewed
Quality Gate passedIssues Measures |
What do these changes do?
Removed parameter which is no longer accepted by the function, even though the documentation states otherwise. During runtime an error is raised which pollutes the logs.
Related issue/s
How to test
Dev-ops checklist