techouse / mysql-to-sqlite3

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

:bug: import MySQLConnectionAbstract instead of concrete implementations #53

Closed techouse closed 1 year ago

techouse commented 1 year ago

Addresses #50

codecov[bot] commented 1 year ago

Codecov Report

Merging #53 (20e4fa7) into master (0095622) will decrease coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   87.72%   87.70%   -0.03%     
==========================================
  Files           8        8              
  Lines         554      553       -1     
==========================================
- Hits          486      485       -1     
  Misses         68       68              
Impacted Files Coverage Δ
mysql_to_sqlite3/transporter.py 89.44% <100.00%> (ø)
mysql_to_sqlite3/types.py 100.00% <100.00%> (ø)