egg-sequelize icon indicating copy to clipboard operation
egg-sequelize copied to clipboard

[WIP] feat: impl the real ContextModel

Open fengmk2 opened this issue 7 years ago • 1 comments

see https://github.com/eggjs/egg/issues/1885

Checklist
  • [ ] npm test passes
  • [ ] tests and/or benchmarks are included
  • [ ] documentation is changed or added
  • [ ] commit message follows commit guidelines
Affected core subsystem(s)
Description of change

fengmk2 avatar Dec 31 '17 17:12 fengmk2

Codecov Report

Merging #36 into master will decrease coverage by 6.12%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage     100%   93.87%   -6.13%     
==========================================
  Files           5        5              
  Lines          37       49      +12     
==========================================
+ Hits           37       46       +9     
- Misses          0        3       +3
Impacted Files Coverage Δ
agent.js 100% <ø> (ø) :arrow_up:
app/extend/context.js 100% <100%> (ø) :arrow_up:
lib/loader.js 92.1% <66.66%> (-7.9%) :arrow_down:

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 7b57739...6f10b0c. Read the comment docs.

codecov-io avatar Dec 31 '17 17:12 codecov-io