Skip to content

feat(mqtt): add MQTT API reference to user guide

fbcf77c
Select commit
Loading
Failed to load commit list.
Merged

Alle Kommandos via mqtt abbilden #8

feat(mqtt): add MQTT API reference to user guide
fbcf77c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2026 in 0s

80.62% (+1.59%) compared to 57a12f0

View this Pull Request on Codecov

80.62% (+1.59%) compared to 57a12f0

Details

Codecov Report

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

Files with missing lines Patch % Lines
signalduino/commands.py 64.44% 76 Missing and 4 partials ⚠️
signalduino/controller.py 70.27% 61 Missing and 5 partials ⚠️
signalduino/mqtt.py 73.07% 12 Missing and 2 partials ⚠️
tests/test_controller.py 91.76% 5 Missing and 2 partials ⚠️
tests/conftest.py 76.92% 5 Missing and 1 partial ⚠️
tests/test_transport.py 81.48% 4 Missing and 1 partial ⚠️
sd_protocols/message_unsynced.py 73.33% 3 Missing and 1 partial ⚠️
tests/test_connection_drop.py 88.46% 3 Missing ⚠️
tests/test_mqtt.py 97.11% 3 Missing ⚠️
tests/test_mqtt_commands.py 97.19% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   79.02%   80.62%   +1.59%     
==========================================
  Files          55       57       +2     
  Lines        5177     5413     +236     
  Branches      628      597      -31     
==========================================
+ Hits         4091     4364     +273     
+ Misses        863      839      -24     
+ Partials      223      210      -13     

☔ 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.