-
Notifications
You must be signed in to change notification settings - Fork 7
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] Use magic wormhole for file transfer #41
base: develop
Are you sure you want to change the base?
Conversation
src/romp/cli.py
Outdated
wormhole_process = subprocess.Popen( | ||
[ | ||
sys.executable, | ||
'-c', entry_point_run_code, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe
'-c', entry_point_run_code, | |
os.path.join(sysconfig.get_path('scripts'), 'wormhole') |
Kick CI. |
Codecov Report
@@ Coverage Diff @@
## develop #41 +/- ##
===========================================
- Coverage 78.21% 77.11% -1.11%
===========================================
Files 8 8
Lines 381 402 +21
Branches 49 52 +3
===========================================
+ Hits 298 310 +12
- Misses 69 77 +8
- Partials 14 15 +1
Continue to review full report at Codecov.
|
No description provided.