ecodeclub / eorm

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

feat: support using RawExpr as Predicate #57

Closed flycash closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (513ad96) into main (cc99539) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   86.03%   86.12%   +0.08%     
==========================================
  Files          14       14              
  Lines         802      807       +5     
==========================================
+ Hits          690      695       +5     
  Misses         94       94              
  Partials       18       18              
Impacted Files Coverage Δ
builder.go 77.35% <100.00%> (+0.21%) :arrow_up:
expression.go 61.76% <100.00%> (+5.09%) :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 cc99539...513ad96. Read the comment docs.