ecodeclub / eorm

简单 ORM 框架
Apache License 2.0
194 stars 64 forks source link

Rft: remove defaultRegistry #46

Closed flycash closed 2 years ago

flycash commented 2 years ago

Users should make the decision that if use "global regitry". If they want, they should define their own global registry.

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (2d407fd) into main (3373867) will increase coverage by 0.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   79.36%   79.61%   +0.24%     
==========================================
  Files          15       14       -1     
  Lines         727      721       -6     
==========================================
- Hits          577      574       -3     
+ Misses        133      129       -4     
- Partials       17       18       +1     
Impacted Files Coverage Δ
model.go 84.21% <ø> (-7.90%) :arrow_down:
db.go 84.41% <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 3373867...2d407fd. Read the comment docs.