techouse / mysql-to-sqlite3

Transfer data from MySQL to SQLite
https://techouse.github.io/mysql-to-sqlite3/
MIT License
217 stars 31 forks source link

:bookmark: release v2.0.0 #47

Closed techouse closed 1 year ago

techouse commented 1 year ago

2.0.0

codecov[bot] commented 1 year ago

Codecov Report

Merging #47 (216a365) into master (6f40c6a) will increase coverage by 0.81%. The diff coverage is 91.58%.

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   89.36%   90.17%   +0.81%     
==========================================
  Files           7        7              
  Lines         442      509      +67     
==========================================
+ Hits          395      459      +64     
- Misses         47       50       +3     
Impacted Files Coverage Δ
mysql_to_sqlite3/click_utils.py 88.88% <80.00%> (+0.25%) :arrow_up:
mysql_to_sqlite3/sqlite_utils.py 65.51% <80.00%> (+6.98%) :arrow_up:
mysql_to_sqlite3/debug_info.py 63.04% <83.33%> (-2.27%) :arrow_down:
mysql_to_sqlite3/transporter.py 94.30% <90.00%> (-3.36%) :arrow_down:
mysql_to_sqlite3/__init__.py 100.00% <100.00%> (ø)
mysql_to_sqlite3/cli.py 95.91% <100.00%> (+0.17%) :arrow_up:
mysql_to_sqlite3/types.py 100.00% <100.00%> (ø)