ecodeclub / eorm

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

Examples: Add examples #52

Closed flycash closed 2 years ago

flycash commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (0eeb7d2) into main (a7c9ce7) will increase coverage by 0.80%. The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   84.37%   85.18%   +0.80%     
==========================================
  Files          14       14              
  Lines         768      776       +8     
==========================================
+ Hits          648      661      +13     
+ Misses        100       96       -4     
+ Partials       20       19       -1     
Impacted Files Coverage Δ
insert.go 89.70% <ø> (+2.56%) :arrow_up:
select.go 87.64% <ø> (ø)
upsert_mysql.go 0.00% <0.00%> (ø)
db.go 100.00% <100.00%> (+9.09%) :arrow_up:
model.go 100.00% <100.00%> (ø)
predicate.go 90.00% <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 a7c9ce7...0eeb7d2. Read the comment docs.