orium / rpds

Rust persistent data structures
Mozilla Public License 2.0
1.28k stars 58 forks source link

Fix the tests of SparseArrayUsize so that it works on 32 bit computers. #82

Closed orium closed 1 year ago

orium commented 1 year ago

This issue did not affect production code which did work correctly on 32-bit platforms.

Closes #81.

codecov-commenter commented 1 year ago

Codecov Report

Merging #82 (b4282a3) into master (9697167) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   92.04%   92.04%           
=======================================
  Files          11       11           
  Lines        1635     1635           
=======================================
  Hits         1505     1505           
  Misses        130      130           
Files Changed Coverage Δ
src/map/hash_trie_map/mod.rs 92.98% <ø> (ø)
src/list/mod.rs 85.38% <100.00%> (ø)
src/map/red_black_tree_map/mod.rs 94.06% <100.00%> (ø)
src/queue/mod.rs 94.79% <100.00%> (ø)
src/set/red_black_tree_set/mod.rs 87.12% <100.00%> (ø)
src/stack/mod.rs 92.85% <100.00%> (ø)
src/vector/mod.rs 94.52% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more