ecodeclub / eorm

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

examples & docs: add examples and docs for Aggregate and Assign #50

Closed flycash closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #50 (71867f0) into main (2ae784b) will increase coverage by 0.40%. The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   80.74%   81.14%   +0.40%     
==========================================
  Files          14       14              
  Lines         748      748              
==========================================
+ Hits          604      607       +3     
+ Misses        122      120       -2     
+ Partials       22       21       -1     
Impacted Files Coverage Δ
aggregate.go 95.71% <ø> (ø)
assignment.go 66.66% <0.00%> (ø)
expression.go 51.85% <50.00%> (+13.75%) :arrow_up:
builder.go 72.09% <86.66%> (ø)
column.go 60.56% <100.00%> (-3.08%) :arrow_down:
model.go 92.10% <0.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 2ae784b...71867f0. Read the comment docs.