bdraco / aiodhcpwatcher

Watch for DHCP packets with asyncio
GNU General Public License v3.0
2 stars 1 forks source link

feat: decode hostnames using idna encoding #10

Closed bdraco closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6280898) 83.33% compared to head (5999fac) 85.04%. Report is 1 commits behind head on main.

Files Patch % Lines
src/aiodhcpwatcher/__init__.py 88.88% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10 +/- ## ========================================== + Coverage 83.33% 85.04% +1.71% ========================================== Files 1 1 Lines 102 107 +5 Branches 11 13 +2 ========================================== + Hits 85 91 +6 + Misses 13 11 -2 - Partials 4 5 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.