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

Readd x-tagGroups #70

Closed nikicc closed 2 years ago

nikicc commented 2 years ago

This PR fixes the issue found in the latest v0.18.0 release.

x-tagGroups which was added in #55 seem to be missing in the latest release. I think the issue happened in the rebasing of the security PR (#59).

codecov[bot] commented 2 years ago

Codecov Report

Merging #70 (b79a790) into master (408c6fc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   95.18%   95.18%           
=======================================
  Files           7        7           
  Lines         956      956           
=======================================
  Hits          910      910           
  Misses         30       30           
  Partials       16       16           
Impacted Files Coverage Δ
openapi/spec.go 81.57% <ø> (ø)

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 408c6fc...b79a790. Read the comment docs.

nikicc commented 2 years ago

@wI2L wdyt?