rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Dispatch the update secrets #362

Closed Gsantomaggio closed 9 months ago

Gsantomaggio commented 9 months ago

Fixes the issue raised by @vivek-singh2 @lngvivek here: https://github.com/lngvivek/UpdateSecretIssueTest/blob/main/README.md

Do you have the chance to test it? @vivek-singh2 @lngvivek

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.07%. Comparing base (ac23f56) to head (c8eb4a3). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #362 +/- ## ========================================== - Coverage 92.08% 92.07% -0.01% ========================================== Files 118 118 Lines 12021 12048 +27 Branches 927 929 +2 ========================================== + Hits 11069 11093 +24 - Misses 739 740 +1 - Partials 213 215 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lngvivek commented 9 months ago

Thanks @Gsantomaggio, I tested this and it looks fine.