-
Notifications
You must be signed in to change notification settings - Fork 2
Clean-up _collect_energy_pulses() #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #129 +/- ##
=======================================
Coverage 34.84% 34.84%
=======================================
Files 21 21
Lines 2425 2425
=======================================
Hits 845 845
Misses 1580 1580 ☔ View full report in Codecov by Sentry. |
|
In the end-result you have moved the _LOGGER.info inside the if clause, this was intentionally kept under the else because even thought the address is already inside _energy_history_failed_address list, we still want to be able to trace the repeated failing. |
dirixmjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move _LOGGER.info back under the else.
|
dirixmjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, accepted.

No description provided.