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

Multiple tags operations: deduce package from first tag #1964

Merged
merged 1 commit into from Jun 17, 2019
Merged

Multiple tags operations: deduce package from first tag #1964

merged 1 commit into from Jun 17, 2019

Conversation

maxatome
Copy link
Contributor

@maxatome maxatome commented Jun 6, 2019

as for only-one-tag operations, instead of default "operations" as when no
tags are available.

Should solve #1950 (tested for server generation only)

as for only-one-tag operations, instead of default "operations" as when no
tags are available.

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
@codecov
Copy link

codecov bot commented Jun 6, 2019

Codecov Report

Merging #1964 into master will increase coverage by 0.02%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1964      +/-   ##
==========================================
+ Coverage   80.61%   80.63%   +0.02%     
==========================================
  Files          38       38              
  Lines        7639     7639              
==========================================
+ Hits         6158     6160       +2     
+ Misses        991      990       -1     
+ Partials      490      489       -1
Impacted Files Coverage Δ
generator/operation.go 89.12% <100%> (ø) ⬆️
generator/support.go 86.54% <100%> (ø) ⬆️
generator/shared.go 85.38% <75%> (ø) ⬆️
generator/structs.go 75.45% <0%> (+1.81%) ⬆️

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 ed0efd8...e3f54fd. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 6, 2019

Codecov Report

Merging #1964 into master will increase coverage by 0.02%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1964      +/-   ##
==========================================
+ Coverage   80.61%   80.63%   +0.02%     
==========================================
  Files          38       38              
  Lines        7639     7639              
==========================================
+ Hits         6158     6160       +2     
+ Misses        991      990       -1     
+ Partials      490      489       -1
Impacted Files Coverage Δ
generator/operation.go 89.12% <100%> (ø) ⬆️
generator/support.go 86.54% <100%> (ø) ⬆️
generator/shared.go 85.38% <75%> (ø) ⬆️
generator/structs.go 75.45% <0%> (+1.81%) ⬆️

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 ed0efd8...e3f54fd. Read the comment docs.

@casualjim casualjim merged commit ab0e151 into go-swagger:master Jun 17, 2019
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.

Use first tag for client package
3 participants