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

:art: black & isort #45

Closed techouse closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #45 (5f2019f) into master (ded1a8e) will not change coverage. The diff coverage is 90.32%.

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   89.26%   89.26%           
=======================================
  Files           7        7           
  Lines         438      438           
=======================================
  Hits          391      391           
  Misses         47       47           
Impacted Files Coverage Δ
mysql_to_sqlite3/debug_info.py 63.82% <0.00%> (ø)
mysql_to_sqlite3/sqlite_utils.py 56.41% <0.00%> (ø)
mysql_to_sqlite3/cli.py 95.74% <100.00%> (ø)
mysql_to_sqlite3/click_utils.py 88.63% <100.00%> (ø)
mysql_to_sqlite3/transporter.py 97.66% <100.00%> (ø)