Skip to content

refactor: output struct#2456

Merged
PeterChen13579 merged 5 commits intoXRPLF:developfrom
PeterChen13579:UseDesignatedInitializersForHandlerOutputStruct
Aug 20, 2025
Merged

refactor: output struct#2456
PeterChen13579 merged 5 commits intoXRPLF:developfrom
PeterChen13579:UseDesignatedInitializersForHandlerOutputStruct

Conversation

@PeterChen13579
Copy link
Collaborator

fixes #2452

@codecov
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.94%. Comparing base (7a2090b) to head (d2c5ac2).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
src/rpc/handlers/AccountInfo.cpp 71.42% 0 Missing and 2 partials ⚠️
src/rpc/handlers/GetAggregatePrice.cpp 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2456      +/-   ##
===========================================
- Coverage    79.99%   79.94%   -0.06%     
===========================================
  Files          381      381              
  Lines        15782    15766      -16     
  Branches      8256     8254       -2     
===========================================
- Hits         12625    12604      -21     
- Misses        1891     1892       +1     
- Partials      1266     1270       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@PeterChen13579 PeterChen13579 merged commit c780ef8 into XRPLF:develop Aug 20, 2025
49 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor Output Struct Initialization to Use Designated Initializers

2 participants