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

Convert str to Path if needed #230

Merged
merged 5 commits into from
Nov 16, 2024
Merged

Convert str to Path if needed #230

merged 5 commits into from
Nov 16, 2024

Conversation

jmbhughes
Copy link
Member

PR summary

Resolves #226

Todos

Please list tasks to complete this PR.

  • implement new feature or fix bug
  • include tests
  • update associated documentation website entry

Test plan

How does this PR verify the code works correctly?

Breaking changes

Document any breaking changes from this PR.

Related Issues

Link the issues related to this PR.

@jmbhughes jmbhughes self-assigned this Nov 16, 2024
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.20%. Comparing base (f4e0755) to head (b372160).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
+ Coverage   86.92%   87.20%   +0.28%     
==========================================
  Files          12       12              
  Lines         895      899       +4     
==========================================
+ Hits          778      784       +6     
+ Misses        117      115       -2     

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

@jmbhughes jmbhughes changed the title fix-226 Convert str to Path if needed Nov 16, 2024
@jmbhughes jmbhughes merged commit 032aa05 into main Nov 16, 2024
11 checks passed
@jmbhughes jmbhughes deleted the fix-226 branch November 16, 2024 23:45
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.

Automatically convert str paths to Path
1 participant