smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.64k stars 404 forks source link

RPL: add objective function and parent set #798

Closed thvdveld closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #798 (dd0e4a7) into master (7b4246d) will increase coverage by 0.15%. The diff coverage is 98.63%.

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

@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
+ Coverage   80.16%   80.32%   +0.15%     
==========================================
  Files          70       72       +2     
  Lines       28841    29060     +219     
==========================================
+ Hits        23119    23341     +222     
+ Misses       5722     5719       -3     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/iface/rpl/parents.rs 97.76% <97.76%> (ø)
src/iface/rpl/of0.rs 100.00% <100.00%> (ø)
src/iface/rpl/rank.rs 85.00% <100.00%> (+2.94%) :arrow_up:

... and 1 file with indirect coverage changes

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