Skip to content
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 pathlib import for handling paths #43

Closed
wants to merge 6 commits into from

Conversation

albedozero
Copy link
Collaborator

Python's pathlib library simplifies a lot of file/directory handling in a more cross-platform and clear way than os.path

Signed-off-by: Bill Peterson <albedozero@gmail.com>
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a304e47) 24.09% compared to head (562706f) 29.66%.
Report is 50 commits behind head on main.

❗ Current head 562706f differs from pull request most recent head 3a0f6a1. Consider uploading reports for the commit 3a0f6a1 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   24.09%   29.66%   +5.57%     
==========================================
  Files          54       64      +10     
  Lines        7706     8652     +946     
==========================================
+ Hits         1857     2567     +710     
- Misses       5849     6085     +236     
Files Coverage Δ
pyscope/telrun/schedtel.py 12.02% <100.00%> (+0.19%) ⬆️

... and 25 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@albedozero
Copy link
Collaborator Author

Hopes to solve #28

@WWGolay WWGolay closed this Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants