sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
180 stars 35 forks source link

Apply `cargo fix` #43

Closed sile closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.01%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #43      +/-   ##
=========================================
- Coverage   91.42%   91.4%   -0.02%     
=========================================
  Files          14      14              
  Lines        1294    1292       -2     
=========================================
- Hits         1183    1181       -2     
  Misses        111     111
Impacted Files Coverage Δ
src/deflate/symbol.rs 93.03% <85.71%> (ø) :arrow_up:
src/util.rs 90.9% <0%> (-0.27%) :arrow_down:
src/deflate/encode.rs 96.59% <0%> (-0.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ff53db...de4dbee. Read the comment docs.