bdraco / aiodhcpwatcher

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

fix!: run scapy filter creation in the executor #17

Closed bdraco closed 6 months ago

bdraco commented 6 months ago

creating a filter does blocking I/O

Screenshot 2024-03-14 at 12 54 59 PM
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.37%. Comparing base (694c831) to head (8b67fc2). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 87.60% 88.37% +0.76% ========================================== Files 1 1 Lines 121 129 +8 Branches 15 16 +1 ========================================== + Hits 106 114 +8 Misses 10 10 Partials 5 5 ```

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