wI2L / fizz

:lemon: Gin wrapper with OpenAPI 3 spec generation
https://pkg.go.dev/github.com/wI2L/fizz
MIT License
214 stars 52 forks source link

Support x-logo, x-tagGroups, x-codeSamples extensions #55

Closed nikicc closed 3 years ago

nikicc commented 3 years ago

Fixes #54

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (5e66870) into master (9eb8a8d) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 5e66870 differs from pull request most recent head d97f4a6. Consider uploading reports for the commit d97f4a6 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.31%   95.33%   +0.01%     
==========================================
  Files           7        7              
  Lines         897      900       +3     
==========================================
+ Hits          855      858       +3     
  Misses         27       27              
  Partials       15       15              
Impacted Files Coverage Δ
openapi/spec.go 100.00% <ø> (ø)
fizz.go 98.60% <100.00%> (+0.01%) :arrow_up:
openapi/generator.go 93.85% <100.00%> (+<0.01%) :arrow_up:

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 9eb8a8d...d97f4a6. Read the comment docs.

nikicc commented 3 years ago

@wI2L this is ready for a review.

I don't seem to have permissions to request you'r review through GitHub, so I'm pinging you instead 🙈

wI2L commented 3 years ago

@nikicc LGTM. Can you squash and sign the commit please ?

nikicc commented 3 years ago

@wI2L squashed and signed.

wI2L commented 3 years ago

@nikicc Thanks for the contribution.

nikicc commented 3 years ago

@wI2L thanks for reviewing promptly.