Skip to content
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

feature: support hincrby protocol #26

Merged
merged 2 commits into from
Apr 17, 2024

feature: support hincrby protocol

13dcf0a
Select commit
Loading
Failed to load commit list.
Merged

feature: support hincrby protocol #26

feature: support hincrby protocol
13dcf0a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2024 in 0s

69.09% (+0.35%) compared to 9d72f48

View this Pull Request on Codecov

69.09% (+0.35%) compared to 9d72f48

Details

Codecov Report

Attention: Patch coverage is 81.39535% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 69.09%. Comparing base (9d72f48) to head (13dcf0a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #26      +/-   ##
============================================
+ Coverage     68.73%   69.09%   +0.35%     
- Complexity      237      247      +10     
============================================
  Files            59       61       +2     
  Lines          1126     1165      +39     
  Branches         93       95       +2     
============================================
+ Hits            774      805      +31     
- Misses          296      302       +6     
- Partials         56       58       +2     
Files Coverage Δ
.../funkye/redispike/handler/RedisCommandHandler.java 88.70% <100.00%> (+0.37%) ⬆️
...ike/handler/process/impl/HGetRequestProcessor.java 57.14% <100.00%> (ø)
...ike/handler/process/impl/HSetRequestProcessor.java 95.23% <100.00%> (ø)
...funkye/redispike/protocol/RedisCommandDecoder.java 74.19% <100.00%> (+0.28%) ⬆️
...kye/redispike/protocol/request/HIncrbyRequest.java 86.66% <86.66%> (ø)
.../handler/process/impl/HIncrbyRequestProcessor.java 71.42% <71.42%> (ø)