mhostetter / sdr

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

Modify modulation property names #401

Open mhostetter opened 2 months ago

mhostetter commented 2 months ago
codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 84.89209% with 21 lines in your changes missing coverage. Please review.

Project coverage is 79.51%. Comparing base (05bee3d) to head (c1a7242).

Files Patch % Lines
src/sdr/_modulation/_linear.py 76.47% 8 Missing :warning:
src/sdr/_modulation/_cpm.py 76.66% 7 Missing :warning:
src/sdr/_modulation/_psk.py 50.00% 5 Missing :warning:
src/sdr/_modulation/_msk.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.0.x #401 +/- ## ================================================= - Coverage 79.59% 79.51% -0.09% ================================================= Files 63 63 Lines 3931 3963 +32 ================================================= + Hits 3129 3151 +22 - Misses 802 812 +10 ```

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