lrq3000 / pyFileFixity

📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
MIT License
133 stars 9 forks source link

Python 3 compatibility #2

Closed lrq3000 closed 1 year ago

codecov-io commented 8 years ago

Current coverage is 83.42%

Merging #2 into master will not change coverage

@@             master         #2   diff @@
==========================================
  Files            11         11          
  Lines          2081       2081          
  Methods           0          0          
  Messages          0          0          
  Branches        377        377          
==========================================
  Hits           1736       1736          
  Misses          210        210          
  Partials        135        135          

Powered by Codecov. Last update e395b33...e395b33

lrq3000 commented 8 years ago

This PR is almost completed, the remaining TODO:

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 90.057% when pulling 1d1295a9717f17c7b07f948374f35d98bbe05608 on py3 into e395b3366efeca2574c25379cfb7d4ee7f997fb9 on master.