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

client: add platform to app-update #39

Merged
merged 6 commits into from Jul 3, 2017

Conversation

arxdsilva
Copy link
Contributor

related to tsuru/tsuru#1591

@codecov-io
Copy link

codecov-io commented Jun 13, 2017

Codecov Report

Merging #39 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #39      +/-   ##
=========================================
+ Coverage   66.49%   66.5%   +0.01%     
=========================================
  Files          40      40              
  Lines        7171    7175       +4     
=========================================
+ Hits         4768    4772       +4     
  Misses       1704    1704              
  Partials      699     699
Impacted Files Coverage Δ
tsuru/client/apps.go 81.73% <100%> (+0.09%) ⬆️

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 1270bce...afe111f. Read the comment docs.

},
}
client := cmd.NewClient(&http.Client{Transport: trans}, nil, manager)
command := AppUpdate{}
command.Flags().Parse(true, []string{"-d", "description of my app", "-a", "ble", "-r", "router", "-g", "tag 1", "-g", "tag 2"})
command.Flags().Parse(true, []string{"-d", "description of my app", "-a", "ble", "-r", "router", "-f", "python", "-g", "tag 1", "-g", "tag 2"})
Copy link
Member

Choose a reason for hiding this comment

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

You missed a -f here

@arxdsilva arxdsilva merged commit 4481254 into tsuru:master Jul 3, 2017
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.

None yet

3 participants