Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invert checked-decode to unchecked-decode #134

Merged
merged 1 commit into from
Jun 9, 2023

invert checked-decode feature-flag to unchecked-decode

24b8d3a
Select commit
Failed to load commit list.
Merged

invert checked-decode to unchecked-decode #134

invert checked-decode feature-flag to unchecked-decode
24b8d3a
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jun 9, 2023 in 1s

89.85% (+0.00%) compared to 2d83a3d

View this Pull Request on Codecov

89.85% (+0.00%) compared to 2d83a3d

Details

Codecov Report

Merging #134 (24b8d3a) into main (2d83a3d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files          13       13           
  Lines        2485     2485           
=======================================
  Hits         2233     2233           
  Misses        252      252           
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/block/decompress.rs 96.02% <100.00%> (ø)
src/block/decompress_safe.rs 98.81% <100.00%> (ø)