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

Relative path fix #5

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Relative path fix #5

merged 2 commits into from
Jan 11, 2024

Conversation

MichaelHatherly
Copy link
Collaborator

No description provided.

Right now the `run!` function errors on the README instructions.

The idea here is to add an `if` to check it the `dirname` of the `joinpath(pwd(), output)` is a dir instead of throwing error straight away.
Copy link
Contributor

@storopoli storopoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good I was struggling with the test case.
Sorry for slowing you down.
Thanks!

@MichaelHatherly
Copy link
Collaborator Author

Sorry for slowing you down.

You weren't, no worries.

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ce494f5) 83.98% compared to head (713c5d6) 84.03%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   83.98%   84.03%   +0.04%     
==========================================
  Files           5        5              
  Lines         356      357       +1     
==========================================
+ Hits          299      300       +1     
  Misses         57       57              

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

@MichaelHatherly MichaelHatherly merged commit e9a6709 into main Jan 11, 2024
10 checks passed
@MichaelHatherly MichaelHatherly deleted the mh/relpath-fix branch January 11, 2024 12:51
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