ilibs / gosql

πŸ₯The very simple ORM library for Golang
MIT License
295 stars 39 forks source link

add model to support sub table #24

Closed dmskys closed 4 years ago

dmskys commented 4 years ago

add model to support sub table

codecov[bot] commented 4 years ago

Codecov Report

Merging #24 into master will decrease coverage by 1.74%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   77.37%   75.62%   -1.75%     
==========================================
  Files          15       15              
  Lines         769      640     -129     
==========================================
- Hits          595      484     -111     
+ Misses        129      112      -17     
+ Partials       45       44       -1     
Impacted Files Coverage Ξ”
model.go 76.56% <66.66%> (-3.44%) :arrow_down:
mapper.go 70.00% <0.00%> (-7.78%) :arrow_down:
hook.go 65.21% <0.00%> (-7.20%) :arrow_down:
dialect.go 61.53% <0.00%> (-6.89%) :arrow_down:
relation.go 81.72% <0.00%> (-1.94%) :arrow_down:
connection.go 41.66% <0.00%> (-1.20%) :arrow_down:
util.go 93.44% <0.00%> (-1.16%) :arrow_down:
db.go 67.04% <0.00%> (-0.73%) :arrow_down:
expr.go 100.00% <0.00%> (ΓΈ)
... and 6 more

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 2b2abbd...ed47917. Read the comment docs.

fifsky commented 4 years ago

You need to submit PR based on the latest code