jonhoo / flurry

A port of Java's ConcurrentHashMap to Rust
Apache License 2.0
533 stars 49 forks source link

Move to GitHub Actions #103

Closed jonhoo closed 2 years ago

jonhoo commented 2 years ago

This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (c114481) into master (b4abc58) will increase coverage by 2.08%. The diff coverage is n/a.

Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/map.rs 80.68% <ø> (-0.97%) :arrow_down:
src/raw/mod.rs 81.94% <0.00%> (-3.50%) :arrow_down:
src/node.rs 77.18% <0.00%> (-0.88%) :arrow_down:
src/iter/traverser.rs 89.60% <0.00%> (-0.81%) :arrow_down:
benches/flurry_hashbrown.rs
src/iter/mod.rs 100.00% <0.00%> (+7.50%) :arrow_up:
src/set_ref.rs 53.65% <0.00%> (+8.65%) :arrow_up:
src/serde_impls.rs 91.30% <0.00%> (+91.30%) :arrow_up:
... and 1 more