motiv-labs / janus

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

Plugin Circuit Breaker #309

Closed italolelis closed 6 years ago

italolelis commented 6 years ago

What does this PR do?

Closes #301

codecov[bot] commented 6 years ago

Codecov Report

Merging #309 into master will increase coverage by 1.71%. The diff coverage is 68.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
+ Coverage   39.04%   40.75%   +1.71%     
==========================================
  Files          68       71       +3     
  Lines        2359     2505     +146     
==========================================
+ Hits          921     1021     +100     
- Misses       1381     1422      +41     
- Partials       57       62       +5
Impacted Files Coverage Δ
pkg/config/specification.go 59.61% <0%> (ø) :arrow_up:
pkg/plugin/oauth2/setup.go 7.86% <0%> (ø) :arrow_up:
pkg/plugin/requesttransformer/setup.go 81.81% <100%> (ø) :arrow_up:
pkg/plugin/basic/setup.go 83.78% <100%> (ø) :arrow_up:
pkg/plugin/compression/setup.go 100% <100%> (ø) :arrow_up:
pkg/plugin/rate/setup.go 57.77% <100%> (ø) :arrow_up:
pkg/plugin/cors/setup.go 88.88% <100%> (ø) :arrow_up:
pkg/plugin/bodylmt/setup.go 81.81% <100%> (ø) :arrow_up:
pkg/plugin/retry/setup.go 39.13% <100%> (ø) :arrow_up:
pkg/plugin/responsetransformer/setup.go 81.81% <100%> (ø) :arrow_up:
... and 6 more

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 b527223...f72f5e5. Read the comment docs.