mhostetter / sdr

A Python package for software-defined radio
https://mhostetter.github.io/sdr/
MIT License
36 stars 4 forks source link

Improve argument verification #407

Closed mhostetter closed 1 month ago

mhostetter commented 1 month ago

Fixes #404

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.35449% with 143 lines in your changes missing coverage. Please review.

Project coverage is 81.31%. Comparing base (a4121df) to head (ed3b33a).

Files Patch % Lines
src/sdr/_detection/_energy.py 5.88% 16 Missing :warning:
src/sdr/_helper.py 91.20% 16 Missing :warning:
src/sdr/_detection/_correlator.py 6.66% 14 Missing :warning:
src/sdr/_simulation/_impairment.py 54.54% 10 Missing :warning:
src/sdr/_synchronization/_agc.py 37.50% 10 Missing :warning:
src/sdr/_detection/_theory.py 83.33% 9 Missing :warning:
src/sdr/_filter/_fir.py 55.55% 8 Missing :warning:
src/sdr/_filter/_polyphase.py 83.67% 8 Missing :warning:
src/sdr/_link_budget/_antenna.py 12.50% 7 Missing :warning:
src/sdr/_filter/_iir.py 70.58% 5 Missing :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.0.x #407 +/- ## ================================================= + Coverage 79.70% 81.31% +1.61% ================================================= Files 63 63 Lines 3946 3790 -156 ================================================= - Hits 3145 3082 -63 + Misses 801 708 -93 ```

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