motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.8k stars 320 forks source link

Feature/improve validation msg #250

Closed rafaeljesus closed 6 years ago

rafaeljesus commented 6 years ago

Improves existing validation error messages

Closes https://github.com/hellofresh/janus/issues/249

codecov[bot] commented 6 years ago

Codecov Report

Merging #250 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   45.25%   45.25%           
=======================================
  Files          66       66           
  Lines        2435     2435           
=======================================
  Hits         1102     1102           
  Misses       1279     1279           
  Partials       54       54
Impacted Files Coverage Δ
pkg/proxy/definition.go 64.7% <ø> (ø) :arrow_up:
pkg/api/api.go 85.71% <ø> (ø) :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 14dea48...0cf440a. Read the comment docs.

vgarvardt commented 6 years ago

👍