talker icon indicating copy to clipboard operation
talker copied to clipboard

fix(riverpod_logger): duplicated state logs fixes #241

Open ArinFaraj opened this issue 1 year ago • 1 comments

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

ArinFaraj avatar Jun 26 '24 10:06 ArinFaraj

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.

codecov-commenter avatar Jun 27 '24 14:06 codecov-commenter

I would love this to get merged

vedangdate avatar Jul 10 '24 15:07 vedangdate