flucto-gmbh / heisskleber

MIT License
0 stars 1 forks source link

added error handling to decode in receive #83

Closed k323r closed 8 months ago

k323r commented 8 months ago

currently, decode is in strict mode - a more resilient approach would be to ignore encoding errors to salvage the bits of data that can be received.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 58.50%. Comparing base (b331821) to head (7dd963a). Report is 1 commits behind head on main.

Files Patch % Lines
heisskleber/udp/subscriber.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ======================================= Coverage 58.50% 58.50% ======================================= Files 42 42 Lines 1369 1369 Branches 127 127 ======================================= Hits 801 801 Misses 523 523 Partials 45 45 ```

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