bdraco / aiodhcpwatcher

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

fix: ensure all scapy modules are loaded in the executor #16

Closed bdraco closed 6 months ago

bdraco commented 6 months ago

I missed that ruff was being a bit to helpful and removing the imports of a few of them

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 87.60%. Comparing base (37a7371) to head (f010b12). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16 +/- ## ========================================== + Coverage 87.17% 87.60% +0.42% ========================================== Files 1 1 Lines 117 121 +4 Branches 15 15 ========================================== + Hits 102 106 +4 Misses 10 10 Partials 5 5 ```

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