feature: support hincrby protocol #26
Merged
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
@@ 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%> (ø) |
Loading