redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.3k stars 949 forks source link

Added unit tests for most of the pubsub classes that did not have any #2808

Closed tishun closed 3 months ago

tishun commented 3 months ago

Closes #2805

Make sure that:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 77.62%. Comparing base (43843bf) to head (347078e). Report is 241 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2808 +/- ## ============================================ - Coverage 78.71% 77.62% -1.09% - Complexity 6786 7190 +404 ============================================ Files 508 537 +29 Lines 22765 24376 +1611 Branches 2446 2603 +157 ============================================ + Hits 17919 18922 +1003 - Misses 3717 4253 +536 - Partials 1129 1201 +72 ```

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