dolthub / doltpy

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

Plug doltcli in #134

Closed max-hoffman closed 3 years ago

max-hoffman commented 3 years ago

replace dolt.cli with doltcli, leave tests

codecov-io commented 3 years ago

Codecov Report

Merging #134 (fd029ee) into master (106ece1) will decrease coverage by 13.19%. The diff coverage is 74.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #134       +/-   ##
===========================================
- Coverage   55.06%   41.86%   -13.20%     
===========================================
  Files          25       23        -2     
  Lines        1718      953      -765     
===========================================
- Hits          946      399      -547     
+ Misses        772      554      -218     
Impacted Files Coverage Δ
doltpy/sql/__init__.py 100.00% <ø> (ø)
doltpy/sql/sync/dolt.py 0.00% <0.00%> (ø)
doltpy/sql/sql.py 77.05% <66.66%> (+0.09%) :arrow_up:
doltpy/cli/__init__.py 100.00% <100.00%> (ø)
doltpy/cli/dolt.py 100.00% <100.00%> (+46.16%) :arrow_up:
doltpy/cli/read.py 100.00% <100.00%> (ø)
doltpy/cli/write.py 100.00% <100.00%> (ø)
doltpy/etl/loaders.py 86.89% <100.00%> (ø)
doltpy/types/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
doltpy/types/dolt.py 0.00% <0.00%> (-70.14%) :arrow_down:
... and 2 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 fad1010...fd029ee. Read the comment docs.