-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
fix #314: --version not showing lab version #346
Conversation
04596ae
to
2ae2195
Compare
Codecov Report
@@ Coverage Diff @@
## master #346 +/- ##
==========================================
+ Coverage 64.08% 64.25% +0.16%
==========================================
Files 49 49
Lines 2595 2596 +1
==========================================
+ Hits 1663 1668 +5
+ Misses 804 800 -4
Partials 128 128
Continue to review full report at Codecov.
|
cmd/project_create.go
Outdated
@@ -66,6 +67,7 @@ lab project create -n "new proj" # user/new-proj named "new proj"`, | |||
if err != nil { | |||
log.Fatal(err) | |||
} | |||
spew.Dump(p) |
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.
@zaquestion did you mean to leave this in? My Go is rusty, but this looks like a debugging statement.
Aside from the [possible] debugging statement, the only other comment I had is that changing the default visibility from "internal" to "private" -- though needed -- seemed beyond the scope of a PR that's supposed to be fixing |
All in an effort to fix the tests, I can split it out, I'm just glad to see it seemed to work |
All good! Just double checking that you meant it all to be there. |
2ae2195
to
284fbb8
Compare
No description provided.