Closed ianmcorvidae closed 1 month ago
Attention: Patch coverage is 0%
with 21 lines
in your changes missing coverage. Please review.
Project coverage is 60.81%. Comparing base (
6b9db7a
) to head (33fecbd
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
meshtastic/__init__.py | 0.00% | 21 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR makes it so that the other telemetry variants (not just device_metrics) will end up in corresponding spots within
interface.nodes
andinterface.nodesByNum
. As is usual here, they'll be camelcased, so parallel todeviceMetrics
isenvironmentMetrics
,airQualityMetrics
,powerMetrics
, andlocalStats
.