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

:bug: properly import CMySQLConnection #51

Closed techouse closed 1 year ago

techouse commented 1 year ago

Addresses #50

codecov[bot] commented 1 year ago

Codecov Report

Merging #51 (c33639e) into master (885b258) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   87.68%   87.72%   +0.04%     
==========================================
  Files           8        8              
  Lines         552      554       +2     
==========================================
+ Hits          484      486       +2     
  Misses         68       68              
Impacted Files Coverage Δ
mysql_to_sqlite3/transporter.py 89.44% <100.00%> (+0.03%) :arrow_up:
mysql_to_sqlite3/types.py 100.00% <100.00%> (ø)