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

feat: customize load in agent or in app

Open chenzhq opened this issue 5 years ago • 3 comments

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

根据配置选择是在agent,还是app上初始化sequelize。

chenzhq avatar Sep 09 '20 12:09 chenzhq

Codecov Report

Merging #88 into master will decrease coverage by 1.09%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   85.71%   84.61%   -1.10%     
==========================================
  Files           4        4              
  Lines          63       65       +2     
==========================================
+ Hits           54       55       +1     
- Misses          9       10       +1     
Impacted Files Coverage Δ
config/config.default.js 100.00% <ø> (ø)
agent.js 66.66% <50.00%> (-33.34%) :arrow_down:
app.js 100.00% <100.00%> (ø)

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 cbc3a84...33b819b. Read the comment docs.

codecov[bot] avatar Sep 09 '20 12:09 codecov[bot]

这个可以 merge 发包吗

chenzhq avatar Sep 11 '20 01:09 chenzhq

这个可以发个包么。🙏

JoweiBlog avatar May 18 '21 07:05 JoweiBlog