motiv-labs / janus

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

Mongo pooling #305

Closed italolelis closed 6 years ago

italolelis commented 6 years ago

What does this PR do?

codecov[bot] commented 6 years ago

Codecov Report

Merging #305 into master will decrease coverage by 4.72%. The diff coverage is 6.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   45.54%   40.82%   -4.73%     
==========================================
  Files          69       67       -2     
  Lines        2536     2479      -57     
==========================================
- Hits         1155     1012     -143     
- Misses       1321     1413      +92     
+ Partials       60       54       -6
Impacted Files Coverage Δ
pkg/api/api.go 85.71% <ø> (ø) :arrow_up:
pkg/api/mongodb_repository.go 0% <0%> (ø) :arrow_up:
pkg/web/api_handler.go 0% <0%> (ø)
pkg/api/repository.go 0% <0%> (-18.75%) :arrow_down:
pkg/proxy/register.go 0% <0%> (ø) :arrow_up:
pkg/web/provider.go 0% <0%> (ø)
pkg/plugin/oauth2/handlers.go 0% <0%> (ø) :arrow_up:
pkg/web/options.go 0% <0%> (ø)
pkg/plugin/oauth2/setup.go 7.86% <0%> (+0.33%) :arrow_up:
pkg/config/specification.go 59.61% <100%> (ø) :arrow_up:
... and 7 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 d20e1c2...ce3d366. Read the comment docs.