PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
460 stars 31 forks source link

fix no_std tests #121

Closed PSeitz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #121 (838df5b) into main (b6774ac) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 838df5b differs from pull request most recent head ba4929a. Consider uploading reports for the commit ba4929a to get more accurate results

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files          13       13           
  Lines        2473     2473           
=======================================
  Hits         2222     2222           
  Misses        251      251           
Impacted Files Coverage Δ
src/fastcpy.rs 95.32% <ø> (ø)
src/fastcpy_unsafe.rs 100.00% <ø> (ø)