-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Use pathlib for path resolution #2506
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2506 +/- ##
=============================================
- Coverage 87.434% 87.392% -0.043%
=============================================
Files 69 69
Lines 5555 5560 +5
Branches 966 966
=============================================
+ Hits 4857 4859 +2
- Misses 507 509 +2
- Partials 191 192 +1
Continue to review full report at Codecov.
|
Thanks @seemethere. Hope you've been well. 😎 @Tronic @ChihweiLHBird @prryplatypus I changed the pattern to use |
Migrate to pathlib is awesome! |
Piggyback off #2495 to use
pathlib
. This way we do not need to do any of the path calculations.