sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.16k forks source link

fix lost interface name and method name in tracer when no such method… #1397

Closed EvenLjj closed 3 months ago

EvenLjj commented 4 months ago

fix lost interface name and method name in tracer when no such method case.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 72.05%. Comparing base (357fdf0) to head (2e852c4).

Files Patch % Lines
...fa/rpc/filter/sofatracer/ProviderTracerFilter.java 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1397 +/- ## ========================================= Coverage 72.04% 72.05% - Complexity 795 796 +1 ========================================= Files 422 422 Lines 17815 17813 -2 Branches 2770 2769 -1 ========================================= Hits 12835 12835 + Misses 3570 3567 -3 - Partials 1410 1411 +1 ```

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