ecodeclub / eorm

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

Feat: Ignore Columns #49

Closed Codexiaoyi closed 2 years ago

Codexiaoyi commented 2 years ago

ignore columns by Tag and Option.

codecov[bot] commented 2 years ago

Codecov Report

Merging #49 (51aaed1) into main (71867f0) will increase coverage by 0.88%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   81.14%   82.03%   +0.88%     
==========================================
  Files          14       14              
  Lines         748      768      +20     
==========================================
+ Hits          607      630      +23     
+ Misses        120      118       -2     
+ Partials       21       20       -1     
Impacted Files Coverage Δ
model.go 100.00% <100.00%> (+7.89%) :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 8ff671c...51aaed1. Read the comment docs.

Codexiaoyi commented 2 years ago

47

flycash commented 2 years ago

Please fix deepsource issues

flycash commented 2 years ago

Please add example for this. I have added examples for some public functions and you can take them as reference

Codexiaoyi commented 2 years ago

Please add example for this. I have added examples for some public functions and you can take them as reference

ok