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: soa record failed due to mono asynchronous call #426

Closed DanLi39 closed 4 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 67.63%. Comparing base (73391cf) to head (7c6a16e).

Files Patch % Lines
.../reactorcore/ReactorCoreModuleInstrumentation.java 0.00% 3 Missing :warning:
.../io/arex/inst/reactorcore/MonoInstrumentation.java 80.00% 2 Missing :warning:
...x/inst/reactorcore/common/MonoToFutureWrapper.java 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #426 +/- ## ============================================ - Coverage 67.63% 67.63% -0.01% - Complexity 3579 3583 +4 ============================================ Files 410 413 +3 Lines 13645 13662 +17 Branches 1622 1622 ============================================ + Hits 9229 9240 +11 - Misses 3711 3717 +6 Partials 705 705 ```

: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
1 New issue
0 Accepted issues

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

See analysis details on SonarCloud