Skip to content

Add neighbor discovery protocol - #266

Merged
mrabine merged 5 commits into
mainfrom
99-implement-ipv6-neighbor-discovery-nsna
Sep 26, 2026
Merged

mrabine merged 5 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 · 118 duplication

Metric Results
Complexity 154
Duplication 118

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 (08762e5) 15203 (+377) 14868 (+377) 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) 406 406 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 (08762e5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #266      +/-   ##
==========================================
+ Coverage   97.77%   97.83%   +0.05%     
==========================================
  Files         130      133       +3     
  Lines       13944    14296     +352     
==========================================
+ Hits        13634    13986     +352     
  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 36263396316

Coverage increased (+0.06%) to 97.796%

Details

  • Coverage increased (+0.06%) from the base build.
  • Patch coverage: 406 of 406 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: 15203
Covered Lines: 14868
Line Coverage: 97.8%
Coverage Strength: 147645.65 hits per line

💛 - Coveralls

@mrabine
mrabine merged commit db356a7 into main Sep 26, 2026
20 of 22 checks passed
@mrabine
mrabine deleted the 99-implement-ipv6-neighbor-discovery-nsna branch September 26, 2026 20:09
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