Closed folkertdev closed 3 weeks ago
Attention: Patch coverage is 93.29268%
with 11 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | |
---|---|---|
test-libz-rs-sys/src/deflate.rs | 98.16% <100.00%> (+<0.01%) |
:arrow_up: |
test-libz-rs-sys/src/end_to_end.rs | 75.71% <ø> (ø) |
|
zlib-rs/src/deflate/longest_match.rs | 88.97% <100.00%> (ø) |
|
zlib-rs/src/deflate/pending.rs | 96.96% <100.00%> (+0.24%) |
:arrow_up: |
zlib-rs/src/deflate/slide_hash.rs | 99.09% <100.00%> (ø) |
|
zlib-rs/src/inflate/window.rs | 97.57% <100.00%> (ø) |
|
zlib-rs/src/read_buf.rs | 91.30% <100.00%> (+0.82%) |
:arrow_up: |
zlib-rs/src/allocate.rs | 98.43% <97.36%> (-0.56%) |
:arrow_down: |
zlib-rs/src/deflate/window.rs | 90.19% <91.66%> (+0.61%) |
:arrow_up: |
zlib-rs/src/weak_slice.rs | 96.22% <94.73%> (-0.84%) |
:arrow_down: |
... and 2 more |
we now pass the
zlib-rs
andtest-libz-rs-sys
tests under miri with (the default) stacked borrows :tada:cc @inahga