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: support joint point type and remove joda package #438

Closed YongwuHe closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 67.45%. Comparing base (7831d54) to head (ba125db). Report is 1 commits behind head on main.

:exclamation: Current head ba125db differs from pull request most recent head ac9ef71. Consider uploading reports for the commit ac9ef71 to get more accurate results

Files Patch % Lines
.../main/java/io/arex/inst/runtime/util/TypeUtil.java 0.00% 11 Missing :warning:
...ializer/gson/adapter/CustomTypeAdapterFactory.java 86.36% 2 Missing and 1 partial :warning:
...n/serializer/jackson/adapter/JoinPointAdapter.java 66.66% 2 Missing :warning:
...ation/serializer/gson/adapter/DateTimeAdapter.java 85.71% 1 Missing :warning:
...ializer/gson/adapter/JodaLocalDateTimeAdapter.java 85.71% 1 Missing :warning:
.../serializer/gson/adapter/JodaLocalTimeAdapter.java 85.71% 1 Missing :warning:
...tion/serializer/gson/adapter/JoinPointAdapter.java 75.00% 1 Missing :warning:
...serializer/jackson/adapter/CustomBeanModifier.java 97.14% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #438 +/- ## ============================================ + Coverage 67.34% 67.45% +0.10% - Complexity 3536 3588 +52 ============================================ Files 409 417 +8 Lines 13513 13644 +131 Branches 1583 1619 +36 ============================================ + Hits 9101 9204 +103 - Misses 3707 3733 +26 - Partials 705 707 +2 ```

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

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
83.3% Coverage on New Code
8.0% Duplication on New Code

See analysis details on SonarCloud