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

TableDumpV2 encoder #146

Merged
merged 13 commits into from
Dec 21, 2023
Merged

TableDumpV2 encoder #146

merged 13 commits into from
Dec 21, 2023

Conversation

digizeph
Copy link
Member

This pull request adds the encoder module that includes BGP updates encoder as well as TableDumpV2 MRT encoder.

@digizeph digizeph mentioned this pull request Dec 21, 2023
3 tasks
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

Attention: 127 lines in your changes are missing coverage. Please review.

Comparison is base (c7a18ab) 64.88% compared to head (2a3ae32) 67.79%.

Files Patch % Lines
src/parser/mrt/mrt_elem.rs 36.70% 50 Missing ⚠️
src/lib.rs 0.00% 14 Missing ⚠️
src/models/bgp/community.rs 0.00% 11 Missing ⚠️
.../bgp/attributes/attr_16_25_extended_communities.rs 60.71% 11 Missing ⚠️
...rser/mrt/messages/table_dump_v2/rib_afi_entries.rs 76.92% 9 Missing ⚠️
...ser/mrt/messages/table_dump_v2/peer_index_table.rs 95.62% 6 Missing ⚠️
src/parser/mrt/mrt_record.rs 0.00% 5 Missing ⚠️
src/models/bgp/attributes/mod.rs 0.00% 4 Missing ⚠️
src/parser/bgp/attributes/mod.rs 75.00% 4 Missing ⚠️
src/parser/bgp/messages.rs 71.42% 4 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   64.88%   67.79%   +2.90%     
==========================================
  Files          68       73       +5     
  Lines        6320     6788     +468     
==========================================
+ Hits         4101     4602     +501     
+ Misses       2219     2186      -33     

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

@digizeph digizeph merged commit 80d1fc7 into main Dec 21, 2023
5 checks passed
@digizeph digizeph deleted the feature/rib-v2-encoder branch December 21, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant