adt: update docstrings for IntervalTree.Insert and IntervalTree.find#20015
adt: update docstrings for IntervalTree.Insert and IntervalTree.find#20015ahrtr merged 1 commit intoetcd-io:mainfrom
Conversation
|
Hi @redwrasse. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Please squash the commits and signoff it. thx |
to reflect modified algorithms. Signed-off-by: redwrasse <mail@redwrasse.io>
16cf8b9 to
c604bfd
Compare
Squashed and signed. |
|
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 19 files with indirect coverage changes @@ Coverage Diff @@
## main #20015 +/- ##
==========================================
+ Coverage 68.76% 68.87% +0.11%
==========================================
Files 424 424
Lines 35764 35762 -2
==========================================
+ Hits 24592 24630 +38
+ Misses 9748 9719 -29
+ Partials 1424 1413 -11 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, redwrasse, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Follow up to #19768, updating function docstrings for interval tree
Insertandfindoperations (#19768 (comment)).cc @serathius @ahrtr , let me know if this is what you had in mind.
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.