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

Don't panic if no valid source address is found for the DNS query #987

Merged
merged 1 commit into from
Sep 16, 2024

No panic if no valid src addr for DNS query

115fd06
Select commit
Loading
Failed to load commit list.
Merged

Don't panic if no valid source address is found for the DNS query #987

No panic if no valid src addr for DNS query
115fd06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2024 in 0s

80.26% (+0.98%) compared to 4990fb9

View this Pull Request on Codecov

80.26% (+0.98%) compared to 4990fb9

Details

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 80.26%. Comparing base (4990fb9) to head (115fd06).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/socket/dns.rs 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #987      +/-   ##
==========================================
+ Coverage   79.27%   80.26%   +0.98%     
==========================================
  Files          81       81              
  Lines       26926    28307    +1381     
==========================================
+ Hits        21346    22720    +1374     
- Misses       5580     5587       +7     

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