-
Notifications
You must be signed in to change notification settings - Fork 232
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
Orb validation and expansion. #8
Conversation
@@ -24,3 +27,27 @@ func TestCmd(t *testing.T) { | |||
RegisterFailHandler(Fail) | |||
RunSpecs(t, "Cmd Suite") | |||
} | |||
|
|||
// Test helpers |
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
- Coverage 35.49% 33.08% -2.41%
==========================================
Files 9 9
Lines 448 535 +87
==========================================
+ Hits 159 177 +18
- Misses 273 342 +69
Partials 16 16
Continue to review full report at Codecov.
|
LGTM Messaged Brady with a nit about pulling out more common test setup into localized |
Adds the following orb commands to the cli:
circleci-cli orb expand
circleci-cli orb validate