go-reform / reform

A better ORM for Go, based on non-empty interfaces and code generation.
https://gopkg.in/reform.v1
MIT License
1.44k stars 73 forks source link

Better CI configuration #216

Closed AlekSi closed 4 years ago

AlekSi commented 4 years ago

Closes #213.

codecov[bot] commented 4 years ago

Codecov Report

Merging #216 into v1-stable will decrease coverage by 0.30%. The diff coverage is 42.42%.

Impacted file tree graph

@@              Coverage Diff              @@
##           v1-stable     #216      +/-   ##
=============================================
- Coverage      68.16%   67.85%   -0.31%     
=============================================
  Files             19       19              
  Lines           1602     1621      +19     
=============================================
+ Hits            1092     1100       +8     
- Misses           460      471      +11     
  Partials          50       50              
Impacted Files Coverage Δ
reform-db/cmd_exec.go 1.58% <0.00%> (ø)
reform-db/main.go 1.07% <0.00%> (-0.04%) :arrow_down:
reform-db/cmd_init_sqlite3.go 68.68% <42.10%> (-4.26%) :arrow_down:
querier_commands.go 81.73% <100.00%> (ø)
reform-db/cmd_init.go 69.76% <100.00%> (+0.35%) :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 027900a...5809a1e. Read the comment docs.