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

feat(models): add new package to handle protobuf translation #267

Merged
merged 1 commit into from
Oct 19, 2023

feat(models): add new package to handle protobuf translation

9bc3a32
Select commit
Loading
Failed to load commit list.
Merged

feat(models): add new package to handle protobuf translation #267

feat(models): add new package to handle protobuf translation
9bc3a32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 0s

65.21% (+0.20%) compared to 7ac1063

View this Pull Request on Codecov

65.21% (+0.20%) compared to 7ac1063

Details

Codecov Report

Merging #267 (9bc3a32) into main (7ac1063) will increase coverage by 0.20%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
+ Coverage   65.00%   65.21%   +0.20%     
==========================================
  Files          19       19              
  Lines        1366     1374       +8     
==========================================
+ Hits          888      896       +8     
  Misses        434      434              
  Partials       44       44              
Files Coverage Δ
pkg/evpn/bridge.go 71.30% <100.00%> (+0.50%) ⬆️
pkg/evpn/port.go 79.34% <100.00%> (+0.22%) ⬆️
pkg/evpn/svi.go 64.51% <100.00%> (+0.46%) ⬆️
pkg/evpn/vrf.go 67.96% <100.00%> (+0.50%) ⬆️