-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add API calls that return pathlib.Path instead of str objects #27
Conversation
Codecov Report
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
+ Coverage 89.64% 90.72% +1.07%
==========================================
Files 12 12
Lines 425 496 +71
Branches 43 44 +1
==========================================
+ Hits 381 450 +69
- Misses 31 32 +1
- Partials 13 14 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Neat, thanks! |
Implements #3 by wrapping the existing API in
pathlib.Path
calls and handles multipath-affected API as suggested in #24.