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: support caffeine cache #423

Closed YongwuHe closed 3 months ago

YongwuHe commented 3 months ago

fix: #21

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 67.36%. Comparing base (60c3d80) to head (7d6b88c).

Files Patch % Lines
...t/cache/caffeine/CaffeineAsyncInstrumentation.java 3.57% 27 Missing :warning:
...st/cache/caffeine/CaffeineSyncInstrumentation.java 3.84% 25 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #423 +/- ## ============================================ - Coverage 67.61% 67.36% -0.25% - Complexity 3541 3544 +3 ============================================ Files 407 409 +2 Lines 13529 13585 +56 Branches 1590 1605 +15 ============================================ + Hits 9147 9151 +4 - Misses 3682 3734 +52 Partials 700 700 ```

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud