-
Notifications
You must be signed in to change notification settings - Fork 11
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
[WIP] Implement execute-dir
#184
base: main
Are you sure you want to change the base?
Conversation
This works well enough for my purposes - what would be needed to get it over the finish line? |
Thanks for looking into this @asinghvi17.
Some tests to verify the new behaviour will be needed. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
==========================================
- Coverage 51.40% 50.96% -0.45%
==========================================
Files 30 30
Lines 1280 1295 +15
==========================================
+ Hits 658 660 +2
- Misses 622 635 +13 ☔ View full report in Codecov by Sentry. |
@asinghvi17 do you plan on returning to the PR in the near future? |
Yes, I'm on the road right now but will try to clean it up and add a test next week! |
@asinghvi17 reckon you'll have a chance to finish this one up? If not that's fine, I'll put it back on the list of things for me to do. |
This PR implements the
execute-dir
option inproject
, bycd
'ing to the appropriate directory on refresh.TODOs: