tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
352 stars 86 forks source link

Fix coverage and declare Python 3.8 support #22

Closed lrq3000 closed 4 years ago

lrq3000 commented 4 years ago

This PR:

lrq3000 commented 4 years ago

This is still imperfect, the global coverage varies despite the fact that there is only a single file (reedsolo.py) covered and the file coverage does not change. So coveralls.io is including something else for the global coverage, but it doesn't say what.

See for example this coverage report: https://coveralls.io/builds/30543431

I'll get to that later (or if anyone has an idea, feel free to make a PR!)