ecodeclub / eorm

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

Feat: support aggregate in having and test for it #45

Closed CarolineZhang666 closed 2 years ago

CarolineZhang666 commented 2 years ago

@flycash ,please help to review this PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (975c8bb) into main (5862fe6) will increase coverage by 0.31%. The diff coverage is 81.69%.

:exclamation: Current head 975c8bb differs from pull request most recent head 321a68c. Consider uploading reports for the commit 321a68c to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
+ Coverage   80.43%   80.74%   +0.31%     
==========================================
  Files          14       14              
  Lines         695      748      +53     
==========================================
+ Hits          559      604      +45     
- Misses        117      122       +5     
- Partials       19       22       +3     
Impacted Files Coverage Δ
builder.go 72.09% <25.00%> (-2.30%) :arrow_down:
select.go 87.64% <63.63%> (-1.04%) :arrow_down:
aggregate.go 95.71% <95.55%> (-1.17%) :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 5862fe6...321a68c. Read the comment docs.