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

fix(evpn_bridge): Feature ECMP #403

Merged
merged 1 commit into from
Oct 14, 2024

fix(evpn_bridge): feature ecmp

4bd9510
Select commit
Loading
Failed to load commit list.
Merged

fix(evpn_bridge): Feature ECMP #403

fix(evpn_bridge): feature ecmp
4bd9510
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 7, 2024 in 0s

20.11% (-30.66%) compared to 5440fb9

View this Pull Request on Codecov

20.11% (-30.66%) compared to 5440fb9

Details

Codecov Report

Attention: Patch coverage is 0% with 138 lines in your changes missing coverage. Please review.

Project coverage is 20.11%. Comparing base (5440fb9) to head (4bd9510).
Report is 36 commits behind head on main.

Files with missing lines Patch % Lines
pkg/netlink/nexthop.go 0.00% 92 Missing ⚠️
pkg/netlink/netlink_watcher.go 0.00% 20 Missing ⚠️
pkg/netlink/route.go 0.00% 17 Missing ⚠️
pkg/netlink/common.go 0.00% 6 Missing ⚠️
pkg/frr/frr.go 0.00% 2 Missing ⚠️
pkg/netlink/neighbor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #403       +/-   ##
===========================================
- Coverage   50.77%   20.11%   -30.66%     
===========================================
  Files          37       51       +14     
  Lines        2525     6905     +4380     
===========================================
+ Hits         1282     1389      +107     
- Misses       1114     5348     +4234     
- Partials      129      168       +39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.