Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix method reflection bug #5030

Merged

Merge branch 'master' into fix-method-reflection-bug

7df860f
Select commit
Loading
Failed to load commit list.
Merged

Fix method reflection bug #5030

Merge branch 'master' into fix-method-reflection-bug
7df860f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2023 in 1s

49.62% (+0.35%) compared to bc55ba6

View this Pull Request on Codecov

49.62% (+0.35%) compared to bc55ba6

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (bc55ba6) 49.27% compared to head (7df860f) 49.62%.
Report is 2 commits behind head on master.

Files Patch % Lines
...mework/apollo/audit/aop/ApolloAuditSpanAspect.java 90.47% 2 Missing and 2 partials ⚠️
...ollo/audit/component/ApolloAuditLogApiJpaImpl.java 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5030      +/-   ##
============================================
+ Coverage     49.27%   49.62%   +0.35%     
- Complexity     1889     1904      +15     
============================================
  Files           372      372              
  Lines         11538    11559      +21     
  Branches       1123     1127       +4     
============================================
+ Hits           5685     5736      +51     
+ Misses         5513     5483      -30     
  Partials        340      340              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.