mhostetter / sdr

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

Release 0.0.22 #413

Closed mhostetter closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 85.07157% with 146 lines in your changes missing coverage. Please review.

Project coverage is 81.33%. Comparing base (c521790) to head (197350c).

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/_detection/_theory.py 86.48% 10 Missing :warning:
src/sdr/_simulation/_impairment.py 54.54% 10 Missing :warning:
src/sdr/_synchronization/_agc.py 37.50% 10 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 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #413 +/- ## ========================================== + Coverage 79.59% 81.33% +1.73% ========================================== Files 63 63 Lines 3931 3798 -133 ========================================== - Hits 3129 3089 -40 + Misses 802 709 -93 ```

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