go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Oauth2 auth scheme and enhancements #188

Closed jeevatkm closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #188 into v0-edge will increase coverage by 1.97%. The diff coverage is 85.14%.

Impacted file tree graph

@@             Coverage Diff             @@
##           v0-edge     #188      +/-   ##
===========================================
+ Coverage    79.76%   81.73%   +1.97%     
===========================================
  Files           21       21              
  Lines         2540     2519      -21     
===========================================
+ Hits          2026     2059      +33     
+ Misses         361      311      -50     
+ Partials       153      149       -4
Impacted Files Coverage Δ
config.go 49.25% <ø> (-3.53%) :arrow_down:
i18n.go 71.42% <ø> (-6.84%) :arrow_down:
middleware.go 76.05% <0%> (+4.05%) :arrow_up:
context.go 81.81% <100%> (+0.45%) :arrow_up:
aah.go 69.09% <100%> (+3%) :arrow_up:
http_engine.go 83.9% <14.28%> (+0.57%) :arrow_up:
bind.go 80.76% <50%> (+5.76%) :arrow_up:
router.go 77.38% <50%> (+3.46%) :arrow_up:
error.go 92.45% <66.66%> (-3.3%) :arrow_down:
security.go 88% <86.29%> (+3.06%) :arrow_up:
... and 2 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 3693f27...0c85834. Read the comment docs.