Closed Paul-weqe closed 1 month ago
1 files ±0 15 suites ±0 0s :stopwatch: ±0s 376 tests ±0 374 :heavy_check_mark: ±0 2 :zzz: ±0 0 :x: ±0 380 runs ±0 378 :heavy_check_mark: ±0 2 :zzz: ±0 0 :x: ±0
Results for commit 0b2dd027. ± Comparison against base commit 754a2a35.
:recycle: This comment has been updated with latest results.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.42%. Comparing base (
754a2a3
) to head (0b2dd02
). Report is 1 commits behind head on vrrp.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rwestphal your help is requested.
Linter is failing despite the line it says is failing does not exist on the branch (upgrade-rtnetlink
). The line exists in vrrp
branch where the change has also been made but it still fails.
Can we treat that as a false negative ?
@rwestphal opening in a few.
Majority of the changes have been made in the
netlink.rs
files that exist both inholo-routing
andholo-interface
.There have been several changes on rtnetlink & netlink-packet-route and key files, functions and structs have also been moved in the library. The changes have been reflected in this commit.
The upgrade has been necessitated due to the need for the ability to edit mac addresses while creating an interface (on the
vrrp
branch)