Closed CM000n closed 10 months ago
Attention: 26 lines
in your changes are missing coverage. Please review.
Comparison is base (
77d1de0
) 71.28% compared to head (be4b4d3
) 71.01%.
Files | Patch % | Lines |
---|---|---|
mytoyota/api.py | 11.11% | 24 Missing :warning: |
mytoyota/statistics.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I found it quite helpful to have a logging option to compare endpoint responses and parsed models. The
hishel
andhttpx
packages provide information by default whenlogging
is enabled. This PR complements therefore the logging for parsed pydantic models of api responses and introduces a central logging config.