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

tests(core): add tests for Ed25519 Evolution Node key derivation #221

Merged
merged 4 commits into from
Jul 20, 2023

fix(core): add unit tests for Ed25519 Evolution Node key derivation

87c2fa8
Select commit
Loading
Failed to load commit list.
Merged

tests(core): add tests for Ed25519 Evolution Node key derivation #221

fix(core): add unit tests for Ed25519 Evolution Node key derivation
87c2fa8
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 19, 2023 in 0s

46.88% (+0.00%) compared to 764f50f

View this Pull Request on Codecov

46.88% (+0.00%) compared to 764f50f

Details

Codecov Report

Patch coverage: 90.90% and no project coverage change.

Comparison is base (764f50f) 46.88% compared to head (87c2fa8) 46.88%.

❗ Current head 87c2fa8 differs from pull request most recent head 7cd3d88. Consider uploading reports for the commit 7cd3d88 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #221   +/-   ##
=========================================
  Coverage     46.88%   46.88%           
- Complexity     6431     6434    +3     
=========================================
  Files           408      408           
  Lines         45882    45890    +8     
  Branches       6482     6482           
=========================================
+ Hits          21512    21516    +4     
- Misses        21988    21994    +6     
+ Partials       2382     2380    -2     
Impacted Files Coverage Δ
...ava/org/bitcoinj/wallet/DerivationPathFactory.java 76.47% <80.00%> (-0.53%) ⬇️
...tcoinj/crypto/ed25519/Ed25519DeterministicKey.java 42.80% <100.00%> (+1.17%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.