Skip to content

feat: implement Error for StunAgentError#53

Merged
sancane merged 1 commit into
sancane:mainfrom
lehmanju:impl-error
Oct 1, 2025
Merged

feat: implement Error for StunAgentError#53
sancane merged 1 commit into
sancane:mainfrom
lehmanju:impl-error

Conversation

@lehmanju

Copy link
Copy Markdown
Contributor

Fixes #50

@codecov

codecov Bot commented Oct 1, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.39%. Comparing base (23390a3) to head (7ba90e5).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
stun-agent/src/lib.rs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   96.05%   95.39%   -0.66%     
==========================================
  Files          58       58              
  Lines        2914     2823      -91     
==========================================
- Hits         2799     2693     -106     
- Misses        115      130      +15     

☔ 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.

@sancane sancane merged commit 9ff6714 into sancane:main Oct 1, 2025
4 of 7 checks passed
@sancane

sancane commented Oct 1, 2025

Copy link
Copy Markdown
Owner

Thank you for your valuable contribution.

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.

StunAgentError does not implement std::error::Error

2 participants