Closed thvdveld closed 2 months ago
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 15 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/socket/dns.rs | 0.00% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Don't panic if there is no valid source address for the DNS query. The state of the query is set to
Failed
instead, and the query is abandoned.Fixes #941 .