oknozor / toml-bombadil

A dotfile manager with templating
MIT License
234 stars 23 forks source link

create parent dir when linking file #253

Open ibotty opened 1 year ago

ibotty commented 1 year ago

fixes #161

codecov[bot] commented 1 year ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.87%. Comparing base (d3bd97d) to head (bf73add).

Files with missing lines Patch % Lines
src/paths/mod.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ========================================== - Coverage 74.88% 74.87% -0.02% ========================================== Files 14 14 Lines 2031 2034 +3 ========================================== + Hits 1521 1523 +2 - Misses 510 511 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ibotty commented 1 year ago

The tests fail because of other part in the code. I can submit fixes (cargo update) so that the tests run. And I can also fix the clippy warning. I'd assume it's not part of this PR though.

oknozor commented 1 month ago

I am really sorry I had to rewrite a part of the commit log. I would advice cherry picking if applicable.

ibotty commented 1 month ago

Just cherry-picked and rebased to main branch. This applied cleanly. Please consider.