Closed CM000n closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
1a17a62
) 80.11% compared to head (812633c
) 80.11%.
Files | Patch % | Lines |
---|---|---|
mytoyota/utils/logging/log_filters.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hey @GitOldGrumpy can you please take a look and approve if it's ok with you. This solves a problem when setting up the Home Assistant integration when it has updated to MyToyota 1.3.0 in the background.
sub
expects a string for string masking, but currently it can receive any type. Therefore, we should convert the message into a string beforehand.