Skip to content

Merge branch 'develop' into ximinez/lending-XLS-66-ongoing

905349d
Select commit
Loading
Failed to load commit list.
Merged

Lending protocol - ongoing work and bug fixes - XLS-66 #6102

Merge branch 'develop' into ximinez/lending-XLS-66-ongoing
905349d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2026 in 0s

79.2% (target 75.0%)

View this Pull Request on Codecov

79.2% (target 75.0%)

Details

Codecov Report

❌ Patch coverage is 96.15385% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.2%. Comparing base (9686604) to head (905349d).

Files with missing lines Patch % Lines
src/xrpld/app/misc/detail/LendingHelpers.cpp 97.1% 3 Missing ⚠️
src/xrpld/app/tx/detail/LoanSet.cpp 92.0% 2 Missing ⚠️
src/libxrpl/ledger/View.cpp 97.1% 1 Missing ⚠️
src/xrpld/app/tx/detail/LoanBrokerDelete.cpp 75.0% 1 Missing ⚠️
src/xrpld/app/tx/detail/LoanPay.cpp 96.0% 1 Missing ⚠️
src/xrpld/rpc/handlers/LedgerEntry.cpp 0.0% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #6102     +/-   ##
=========================================
+ Coverage     79.1%   79.2%   +0.1%     
=========================================
  Files          837     837             
  Lines        71327   71339     +12     
  Branches      8317    8275     -42     
=========================================
+ Hits         56445   56520     +75     
+ Misses       14882   14819     -63     
Files with missing lines Coverage Δ
include/xrpl/ledger/View.h 100.0% <ø> (ø)
include/xrpl/protocol/detail/ledger_entries.macro 100.0% <ø> (ø)
src/libxrpl/ledger/Credit.cpp 100.0% <ø> (ø)
src/xrpld/app/misc/LendingHelpers.h 95.0% <100.0%> (+0.3%) ⬆️
src/xrpld/app/paths/Flow.cpp 94.3% <ø> (ø)
src/xrpld/app/paths/detail/DirectStep.cpp 83.1% <ø> (ø)
src/xrpld/app/paths/detail/StrandFlow.h 92.0% <ø> (ø)
src/xrpld/app/paths/detail/XRPEndpointStep.cpp 83.3% <ø> (ø)
...rc/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp 97.8% <100.0%> (+<0.1%) ⬆️
src/xrpld/app/tx/detail/LoanBrokerCoverDeposit.cpp 94.8% <100.0%> (ø)
... and 12 more

... and 7 files with indirect coverage changes

Impacted file tree graph

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