arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
444 stars 91 forks source link

fix: redis key generate #432

Closed mr3 closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 67.41%. Comparing base (e438599) to head (3c504f9).

:exclamation: Current head 3c504f9 differs from pull request most recent head 52ccfa7. Consider uploading reports for the commit 52ccfa7 to get more accurate results

Files Patch % Lines
...n/lettuce/wrapper/RedisReactiveCommandWrapper.java 20.35% 88 Missing and 2 partials :warning:
...is/common/lettuce/wrapper/RedisCommandWrapper.java 0.00% 77 Missing :warning:
...uster/RedisClusterReactiveCommandsImplWrapper.java 68.75% 5 Missing :warning:
.../cluster/RedisClusterAsyncCommandsImplWrapper.java 75.00% 4 Missing :warning:
.../cluster/RedisClusterAsyncCommandsImplWrapper.java 75.00% 4 Missing :warning:
...uster/RedisClusterReactiveCommandsImplWrapper.java 71.42% 4 Missing :warning:
...a/io/arex/inst/common/util/MonoRecordFunction.java 81.81% 2 Missing :warning:
...a/io/arex/inst/common/util/FluxRecordFunction.java 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #432 +/- ## ============================================ - Coverage 67.65% 67.41% -0.24% + Complexity 3582 3516 -66 ============================================ Files 410 408 -2 Lines 13654 13483 -171 Branches 1626 1577 -49 ============================================ - Hits 9237 9090 -147 + Misses 3713 3689 -24 Partials 704 704 ```

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

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
96.6% Coverage on New Code
18.2% Duplication on New Code

See analysis details on SonarCloud