go-aah / aah

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

SIGHUP Config reload and App Reinitialize #136

Closed jeevatkm closed 7 years ago

jeevatkm commented 7 years ago

Implementation of #123

codecov[bot] commented 7 years ago

Codecov Report

Merging #136 into v0-unstable will increase coverage by 0.26%. The diff coverage is 51%.

Impacted file tree graph

@@               Coverage Diff               @@
##           v0-unstable     #136      +/-   ##
===============================================
+ Coverage        87.85%   88.12%   +0.26%     
===============================================
  Files               21       21              
  Lines             2256     2315      +59     
===============================================
+ Hits              1982     2040      +58     
+ Misses             196      183      -13     
- Partials            78       92      +14
Impacted Files Coverage Δ
log.go 91.66% <100%> (ø) :arrow_up:
access_log.go 92.59% <100%> (+0.06%) :arrow_up:
config.go 53.73% <39.21%> (-46.27%) :arrow_down:
server.go 68.99% <41.17%> (+14.3%) :arrow_up:
dump.go 84.09% <60%> (-1.96%) :arrow_down:
i18n.go 92.59% <60%> (-7.41%) :arrow_down:
router.go 84.53% <66.66%> (+0.16%) :arrow_up:
view.go 95.48% <75%> (-1.53%) :arrow_down:
security.go 91.07% <80%> (+0.08%) :arrow_up:
param.go 89.55% <0%> (+2.98%) :arrow_up:
... and 3 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 09a57e8...ae3149d. Read the comment docs.