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

Add support for unknown transactions #569

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

cleanup

3041912
Select commit
Loading
Failed to load commit list.
Open

Add support for unknown transactions #569

cleanup
3041912
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2024 in 0s

92.04% (-0.01%) compared to 18f9dab, passed because coverage increased by 0% when compared to adjusted base (92.04%)

View this Pull Request on Codecov

92.04% (-0.01%) compared to 18f9dab, passed because coverage increased by 0% when compared to adjusted base (92.04%)

Details

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.04%. Comparing base (18f9dab) to head (3041912).

Files with missing lines Patch % Lines
.../xrpl4j/model/transactions/UnknownTransaction.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #569      +/-   ##
============================================
- Coverage     92.04%   92.04%   -0.01%     
- Complexity     1842     1847       +5     
============================================
  Files           382      383       +1     
  Lines          5106     5116      +10     
  Branches        433      433              
============================================
+ Hits           4700     4709       +9     
- Misses          271      272       +1     
  Partials        135      135              

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