-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docstring: typo: settings -> setting #5054
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
Conversation
zipperer
commented
May 3, 2024
albers
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.
LGTM, thanks a lot!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5054 +/- ##
=======================================
Coverage 61.06% 61.07%
=======================================
Files 295 295
Lines 20667 20667
=======================================
+ Hits 12621 12623 +2
+ Misses 7147 7146 -1
+ Partials 899 898 -1 |
|
Thank you for contributing! It appears your commit message is missing a DCO sign-off, We require all commit messages to have a There is no need to open a new pull request, but to fix this (and make CI pass), Unfortunately, it's not possible to do so through GitHub's web UI, so this needs You can find some instructions in the output of the DCO check (which can be found Steps to do so "roughly" come down to:
Sorry for the hassle (I wish GitHub would make this a bit easier to do), and let me know if you need help or more detailed instructions! |
Signed-off-by: Andrew Zipperer <[email protected]>
|
@thaJeztah Thank you for the clear instructions. I intend b7e25a4 has the line for |
|
Thanks! Looks like a flaky test; it was tracked in #4356, but should've been fixed by #4394 ? I triggered CI to do another run. The |
thaJeztah
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.
LGTM