-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(#43): fakehub start, --port #60
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
===========================================
- Coverage 58.82% 20.40% -38.42%
===========================================
Files 5 5
Lines 17 49 +32
===========================================
Hits 10 10
- Misses 7 39 +32 ☔ View full report in Codecov by Sentry. |
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.
@h1alexbel take a look at my comments below, please
cli/tests/integration_test.rs
Outdated
|
||
#[test] | ||
fn outputs_start_opts() -> Result<()> { | ||
env!("CARGO_BIN_EXE_cli"); |
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.
@h1alexbel btw I'm not sure that this is an required, can you try to remove it?
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.
@l3r8yJ removed, test passed.
@l3r8yJ take a look, again please |
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.
@h1alexbel take a look, please
cli/tests/integration_test.rs
Outdated
#[test] | ||
#[ignore] | ||
fn starts_server() -> Result<()> { | ||
env!("CARGO_BIN_EXE_cli"); |
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.
redundant env!
Co-authored-by: Ivan Ivanchuk <[email protected]>
Co-authored-by: Ivan Ivanchuk <[email protected]>
@l3r8yJ updated |
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.
@h1alexbel looks good to me!
@l3r8yJ take a look, please
closes #43
PR-Codex overview
Focus: Refactoring CLI to support starting a server with logging.
Detailed summary
log::info
for logging.Server
struct.Args
struct withCommand
enum.Start
subcommand for starting the server.