dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

improve release process #126

Closed oscarbatori closed 3 years ago

oscarbatori commented 3 years ago

Make version bump in place to ensure setup.py stays up to date, create GitHub release.

codecov-io commented 3 years ago

Codecov Report

Merging #126 (7bf0e9f) into master (9175515) will increase coverage by 0.62%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   43.31%   43.93%   +0.62%     
==========================================
  Files          19       19              
  Lines        1646     1625      -21     
==========================================
+ Hits          713      714       +1     
+ Misses        933      911      -22     
Impacted Files Coverage Δ
doltpy/sql/sql.py 0.00% <0.00%> (ø)
doltpy/sql/sync/dolt.py 0.00% <0.00%> (ø)
doltpy/cli/dolt.py 52.81% <0.00%> (+0.07%) :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 9175515...7bf0e9f. Read the comment docs.