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

feat: record dubbo group and version for replay #435

Closed lucas-myx closed 5 months ago

sonarcloud[bot] commented 6 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
48.2% Duplication on New Code (required ≤ 40%)

See analysis details on SonarCloud

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 67.58%. Comparing base (18c7b54) to head (357ed4a).

Files Patch % Lines
...o/arex/inst/config/apollo/ApolloConfigChecker.java 0.00% 0 Missing and 1 partial :warning:
.../java/io/arex/inst/dubbo/alibaba/DubboAdapter.java 90.90% 0 Missing and 1 partial :warning:
...ava/io/arex/inst/dubbo/apache/v2/DubboAdapter.java 90.90% 0 Missing and 1 partial :warning:
...ava/io/arex/inst/dubbo/apache/v3/DubboAdapter.java 90.90% 0 Missing and 1 partial :warning:
...java/io/arex/inst/dubbo/common/DubboConstants.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #435 +/- ## ============================================ + Coverage 67.52% 67.58% +0.05% - Complexity 3524 3539 +15 ============================================ Files 408 409 +1 Lines 13483 13513 +30 Branches 1577 1583 +6 ============================================ + Hits 9105 9133 +28 Misses 3674 3674 - Partials 704 706 +2 ```

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