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

feat: expand tilde to home dir #250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: expand tilde to home dir #250

wants to merge 2 commits into from

Conversation

rtkay123
Copy link
Owner

Expand ~/ to current user's home directory on unix

@codecov-commenter
Copy link

codecov-commenter commented Oct 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 86.20690% with 4 lines in your changes missing coverage. Please review.

Project coverage is 51.4%. Comparing base (85847d4) to head (e16e262).

Files with missing lines Patch % Lines
crates/mirro-rs/src/config/mod.rs 50.0% 2 Missing ⚠️
crates/mirro-rs/src/utils/tilde.rs 92.0% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
Files with missing lines Coverage Δ
crates/mirro-rs/src/main.rs 0.0% <ø> (ø)
crates/mirro-rs/src/config/mod.rs 53.4% <50.0%> (+0.5%) ⬆️
crates/mirro-rs/src/utils/tilde.rs 92.0% <92.0%> (ø)

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.

Using ~ for home in outfile parameter of configuration file will parse unexpectedly
2 participants