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 new APIs to read EC public and private keys from files #535

Merged
merged 7 commits into from
Dec 12, 2023

Address review suggestions

12b4109
Select commit
Loading
Failed to load commit list.
Merged

Add new APIs to read EC public and private keys from files #535

Address review suggestions
12b4109
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2023 in 0s

87.21% (target 80.00%)

View this Pull Request on Codecov

87.21% (target 80.00%)

Details

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (aba11e5) 87.52% compared to head (12b4109) 87.21%.

Files Patch % Lines
.../io/ballerina/stdlib/crypto/nativeimpl/Decode.java 78.94% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #535      +/-   ##
============================================
- Coverage     87.52%   87.21%   -0.32%     
- Complexity       93       97       +4     
============================================
  Files            16       16              
  Lines           465      485      +20     
  Branches         65       69       +4     
============================================
+ Hits            407      423      +16     
- Misses           47       50       +3     
- Partials         11       12       +1     

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