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

Introduce new APIs to read EC private keys and public keys #533

Merged
merged 8 commits into from
Dec 6, 2023

Address review suggestions

6f1b573
Select commit
Loading
Failed to load commit list.
Merged

Introduce new APIs to read EC private keys and public keys #533

Address review suggestions
6f1b573
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2023 in 0s

87.52% (target 80.00%)

View this Pull Request on Codecov

87.52% (target 80.00%)

Details

Codecov Report

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

Comparison is base (0c97dc2) 86.25% compared to head (6f1b573) 87.52%.

Files Patch % Lines
.../io/ballerina/stdlib/crypto/nativeimpl/Decode.java 90.00% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #533      +/-   ##
============================================
+ Coverage     86.25%   87.52%   +1.27%     
- Complexity       76       93      +17     
============================================
  Files            16       16              
  Lines           422      465      +43     
  Branches         56       65       +9     
============================================
+ Hits            364      407      +43     
  Misses           47       47              
  Partials         11       11              

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