-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Introduce new getEntryByPathWithNamespace
#859
Conversation
getEntryByPathWithNs
getEntryByPathWithNamespace
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #859 +/- ##
==========================================
+ Coverage 57.60% 61.27% +3.67%
==========================================
Files 99 83 -16
Lines 4590 3422 -1168
Branches 1922 1327 -595
==========================================
- Hits 2644 2097 -547
+ Misses 677 435 -242
+ Partials 1269 890 -379 ☔ View 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.
Reiterating my earlier comment - the docstrings of findByPath()
and findByTitle()
must be updated/corrected, too.
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.
I guess you missed the text of the previous review:
Reiterating my earlier comment - the docstrings of
findByPath()
andfindByTitle()
must be updated/corrected, too.
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.
5 minutes short of LGTM
Please address the new comments, fully fixup & rebase and you don't even have to request another review.
This allow "advanced" tools (as zimdump) to access content in any namespaces, even for new archive.
351b6f8
to
6054660
Compare
Fix #843