swaggest / openapi-go

OpenAPI structures for Go
https://pkg.go.dev/github.com/swaggest/openapi-go/openapi3
MIT License
259 stars 23 forks source link

Ignore request body for DELETE and TRACE methods #20

Closed vearutop closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (b216223) into master (3cd5c89) will decrease coverage by 0.00%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   37.63%   37.63%   -0.01%     
==========================================
  Files           5        5              
  Lines        3494     3502       +8     
==========================================
+ Hits         1315     1318       +3     
- Misses       1893     1896       +3     
- Partials      286      288       +2     
Flag Coverage Δ
unittests 37.63% <50.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
openapi3/reflect.go 82.77% <50.00%> (-1.58%) :arrow_down:

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 3cd5c89...b216223. Read the comment docs.