go-aah / aah

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

Added VFS and Single binary build packaging feature #180

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

This PR bring features of Virtual FileSystem(VFS) and single binary packaging described in #156.

codecov[bot] commented 6 years ago

Codecov Report

Merging #180 into v0-edge will decrease coverage by 0.55%. The diff coverage is 61.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           v0-edge     #180      +/-   ##
===========================================
- Coverage    79.87%   79.31%   -0.56%     
===========================================
  Files           21       21              
  Lines         2509     2543      +34     
===========================================
+ Hits          2004     2017      +13     
- Misses         353      370      +17     
- Partials       152      156       +4
Impacted Files Coverage Δ
router.go 70.5% <100%> (ø) :arrow_up:
config.go 43.1% <100%> (-0.97%) :arrow_down:
util.go 77.27% <16.66%> (-2.92%) :arrow_down:
default.go 88.03% <25%> (-4.76%) :arrow_down:
view.go 84.74% <33.33%> (ø) :arrow_up:
i18n.go 78.26% <50%> (ø) :arrow_up:
server.go 63.9% <60%> (-0.44%) :arrow_down:
static.go 76.92% <70%> (-2.36%) :arrow_down:
aah.go 63.26% <79.16%> (+0.18%) :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 1b6c5ff...1053f40. Read the comment docs.