arextest / arex-agent-java

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

feat: supports the redisTemplate component provided by spring data redis #433

Closed DanLi39 closed 2 months ago

DanLi39 commented 3 months ago

fix: #398

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 67.51%. Comparing base (7831d54) to head (9a9b449).

:exclamation: Current head 9a9b449 differs from pull request most recent head 0a1d7e3. Consider uploading reports for the commit 0a1d7e3 to get more accurate results

Files Patch % Lines
...ing/data/redis/SpringDataRedisInstrumentation.java 83.54% 7 Missing and 6 partials :warning:
.../main/java/io/arex/inst/jedis/v2/JedisWrapper.java 50.00% 0 Missing and 2 partials :warning:
.../main/java/io/arex/inst/jedis/v4/JedisWrapper.java 50.00% 0 Missing and 2 partials :warning:
...o/arex/inst/redisson/v3/RedissonWrapperCommon.java 50.00% 0 Missing and 2 partials :warning:
...o/arex/inst/spring/data/redis/MethodCollector.java 94.73% 1 Missing :warning:
...x/inst/spring/data/redis/RedisTemplateWrapper.java 92.85% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #433 +/- ## ============================================ + Coverage 67.34% 67.51% +0.16% - Complexity 3536 3557 +21 ============================================ Files 409 413 +4 Lines 13513 13635 +122 Branches 1583 1606 +23 ============================================ + Hits 9101 9206 +105 - Misses 3707 3716 +9 - Partials 705 713 +8 ```

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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
8 New issues
0 Accepted issues

Measures
0 Security Hotspots
87.5% Coverage on New Code
5.7% Duplication on New Code

See analysis details on SonarCloud