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

dont return 400 for empty bodies #1410

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

cousinbenson
Copy link
Contributor

Fixes #1409

@codecov
Copy link

codecov bot commented Sep 30, 2019

Codecov Report

Merging #1410 into master will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1410      +/-   ##
=========================================
- Coverage   84.01%     84%   -0.02%     
=========================================
  Files          27      27              
  Lines        2071    2069       -2     
=========================================
- Hits         1740    1738       -2     
  Misses        216     216              
  Partials      115     115
Impacted Files Coverage Δ
bind.go 87.09% <33.33%> (-0.14%) ⬇️

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 81a6608...c01e6f6. Read the comment docs.

@vishr vishr merged commit b129098 into labstack:master Sep 30, 2019
@vishr
Copy link
Member

vishr commented Sep 30, 2019

@cousinbenson Thanks for your contribution 👍

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.

Dont return 400 from .Bind() in POST / PUT with no body
2 participants