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

create parent dir when linking file #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ibotty
Copy link

@ibotty ibotty commented Apr 27, 2023

fixes #161

@ibotty ibotty requested a review from oknozor as a code owner April 27, 2023 10:03
@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Merging #253 (8285b32) into main (8449e66) will decrease coverage by 0.03%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
- Coverage   79.09%   79.07%   -0.03%     
==========================================
  Files          13       13              
  Lines        1732     1735       +3     
==========================================
+ Hits         1370     1372       +2     
- Misses        362      363       +1     
Impacted Files Coverage Δ
src/paths/mod.rs 75.36% <66.66%> (-0.40%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ibotty
Copy link
Author

ibotty commented Apr 28, 2023

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.

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.

[FEATURE] Automatically create missing folders
1 participant