Skip to content

Add neighbor discovery protocol - #266

Open
mrabine wants to merge 4 commits into
mainfrom
99-implement-ipv6-neighbor-discovery-nsna
Open

mrabine wants to merge 4 commits into
mainfrom
99-implement-ipv6-neighbor-discovery-nsna

Conversation

@mrabine

@mrabine mrabine commented Sep 26, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@mrabine mrabine linked an issue Sep 26, 2026 that may be closed by this pull request
@codacy-production

codacy-production Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 154 complexity · 107 duplication

Metric Results
Complexity 154
Duplication 107

View in Codacy

🟢 Coverage 100.00% diff coverage · +0.06% coverage variation

Metric Results
Coverage variation ✅ +0.06% coverage variation
Diff coverage ✅ 100.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e32ca53) 14826 14491 97.74%
Head commit (1d52739) 15201 (+375) 14866 (+375) 97.80% (+0.06%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#266) 402 402 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codecov

codecov Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.83%. Comparing base (e32ca53) to head (1d52739).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #266      +/-   ##
==========================================
+ Coverage   97.77%   97.83%   +0.05%     
==========================================
  Files         130      133       +3     
  Lines       13944    14294     +350     
==========================================
+ Hits        13634    13984     +350     
  Misses        310      310              
Flag Coverage Δ
unittests 97.83% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls

coveralls commented Sep 26, 2026 •

Copy link
Copy Markdown

Coverage Report for CI Build 36252359356

Coverage increased (+0.06%) to 97.796%

Details

  • Coverage increased (+0.06%) from the base build.
  • Patch coverage: 402 of 402 lines across 10 files are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 15201
Covered Lines: 14866
Line Coverage: 97.8%
Coverage Strength: 145930.18 hits per line

💛 - Coveralls

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement IPv6 Neighbor Discovery (NS/NA)

2 participants