Skip to content
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

Merged
merged 8 commits into from
Jun 29, 2018
Merged

Conversation

bradylill
Copy link
Contributor

Adds the following orb commands to the cli:

  • circleci-cli orb expand
  • circleci-cli orb validate

@@ -24,3 +27,27 @@ func TestCmd(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Cmd Suite")
}

// Test helpers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov-io
Copy link

Codecov Report

Merging #8 into master will decrease coverage by 2.4%.
The diff coverage is 20.68%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
cmd/orb.go 20.98% <20.68%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8624db0...8dcb887. Read the comment docs.

@eric-hu
Copy link
Contributor

eric-hu commented Jun 29, 2018

LGTM

Messaged Brady with a nit about pulling out more common test setup into localized BeforeEach blocks, but I'll open a PR for this after this PR is merged.

@bradylill bradylill merged commit e61ed76 into master Jun 29, 2018
@bradylill bradylill deleted the CIRCLE-12122-orb-validation branch June 29, 2018 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants