Skip to content

Conversation

@a1q123456
Copy link
Collaborator

@a1q123456 a1q123456 commented Nov 19, 2025

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

@a1q123456 a1q123456 requested a review from a team as a code owner November 19, 2025 15:01
@a1q123456 a1q123456 requested review from bthomee and vvysokikh1 and removed request for a team November 19, 2025 15:01
Signed-off-by: JCW <[email protected]>
@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.6%. Comparing base (ad37461) to head (e515818).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #6054   +/-   ##
=======================================
  Coverage     78.6%   78.6%           
=======================================
  Files          818     818           
  Lines        68976   68961   -15     
  Branches      8267    8233   -34     
=======================================
+ Hits         54190   54191    +1     
+ Misses       14786   14770   -16     
Files with missing lines Coverage Δ
src/xrpld/app/paths/RippleCalc.cpp 80.6% <ø> (+5.6%) ⬆️
src/xrpld/app/paths/detail/StrandFlow.h 92.0% <100.0%> (+2.3%) ⬆️

... and 4 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.

return TER{tecOVERSIZE};
return tesSUCCESS;
}();
auto const expectedTER = tesSUCCESS;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for this variable

return USD(0);
return USD(1996);
}();
auto const expectedUSD = USD(1996);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for this variable

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.

4 participants