Skip to content

Implement Name Server for DNS over UDP#189

Merged
mrabine merged 3 commits into
mainfrom
188-implement-nameserver-for-dns-over-udp
May 6, 2026
Merged

Implement Name Server for DNS over UDP#189
mrabine merged 3 commits into
mainfrom
188-implement-nameserver-for-dns-over-udp

Conversation

@mrabine

@mrabine mrabine commented Apr 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

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

codacy-production Bot commented Apr 29, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 24 complexity · 1 duplication

Metric Results
Complexity 24
Duplication 1

View in Codacy

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

Metric Results
Coverage variation +0.01% coverage variation
Diff coverage 100.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (faf6e57) Report Missing Report Missing Report Missing
Head commit (054a9dd) 11100 (+48) 10693 (+47) 96.33% (+0.01%)

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 (#189) 66 66 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%

1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

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 Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.32%. Comparing base (faf6e57) to head (054a9dd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #189   +/-   ##
=======================================
  Coverage   96.31%   96.32%           
=======================================
  Files          90       91    +1     
  Lines       10369    10410   +41     
=======================================
+ Hits         9987    10027   +40     
- Misses        382      383    +1     
Flag Coverage Δ
unittests 96.32% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 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 Apr 29, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 25454379280

Coverage increased (+0.006%) to 96.333%

Details

  • Coverage increased (+0.006%) from the base build.
  • Patch coverage: 66 of 66 lines across 2 files are fully covered (100%).
  • 1 coverage regression across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
core/include/join/socket.hpp 1 90.08%

Coverage Stats

Coverage Status
Relevant Lines: 11100
Covered Lines: 10693
Line Coverage: 96.33%
Coverage Strength: 112596.35 hits per line

💛 - Coveralls

@mrabine
mrabine merged commit 8d5ed7c into main May 6, 2026
15 checks passed
@mrabine
mrabine deleted the 188-implement-nameserver-for-dns-over-udp branch May 6, 2026 21:30
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 NameServer for DNS over UDP

2 participants