gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
127 stars 27 forks source link

Reach 100% coverage. #87

Open gendx opened 2 years ago

gendx commented 2 years ago

The current coverage as reported by llvm-cov is 87% (Codecov).

Reaching 100% coverage is a blocker to stabilizing the crate.