talker
talker copied to clipboard
fix(riverpod_logger): duplicated state logs fixes #241
Fix duplicate state logs for the riverpod logger
The state was included in message while also being logged in the generateTextMessage.
Since the generateTextMessage always logs the message, we should remove the state from the message
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
b567144) to head (08b9a92).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #244 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 99 91 -8
=========================================
- Hits 99 91 -8
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I would love this to get merged