Skip to content

feat: Add MQTT command support and CC1101 commands

d8d8df3
Select commit
Loading
Failed to load commit list.
Open

Alle Kommandos via mqtt abbilden #8

feat: Add MQTT command support and CC1101 commands
d8d8df3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 1, 2026 in 1s

80.57% (+1.55%) compared to 57a12f0

View this Pull Request on Codecov

80.57% (+1.55%) compared to 57a12f0

Details

Codecov Report

❌ Patch coverage is 80.72289% with 112 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.57%. Comparing base (57a12f0) to head (d8d8df3).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
signalduino/controller.py 69.54% 48 Missing and 5 partials ⚠️
signalduino/commands.py 65.71% 35 Missing and 1 partial ⚠️
tests/conftest.py 76.92% 5 Missing and 1 partial ⚠️
tests/test_controller.py 94.04% 3 Missing and 2 partials ⚠️
tests/test_connection_drop.py 88.46% 3 Missing ⚠️
tests/test_mqtt.py 90.00% 3 Missing ⚠️
tests/test_mqtt_commands.py 88.88% 3 Missing ⚠️
tests/test_transport.py 88.88% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   79.02%   80.57%   +1.55%     
==========================================
  Files          55       56       +1     
  Lines        5177     5014     -163     
  Branches      628      590      -38     
==========================================
- Hits         4091     4040      -51     
+ Misses        863      767      -96     
+ Partials      223      207      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.