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

Fix IndexOutOfBoundsException exception when decoding jwt header #1823

Merged

Merge branch 'master' into improve-data-binding

98d7bd9
Select commit
Loading
Failed to load commit list.
Merged

Fix IndexOutOfBoundsException exception when decoding jwt header #1823

Merge branch 'master' into improve-data-binding
98d7bd9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2023 in 0s

81.70% (target 80.00%)

View this Pull Request on Codecov

81.70% (target 80.00%)

Details

Codecov Report

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

Comparison is base (f937653) 81.69% compared to head (98d7bd9) 81.70%.
Report is 1 commits behind head on master.

Files Patch % Lines
...a/io/ballerina/stdlib/http/api/HttpDispatcher.java 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1823      +/-   ##
============================================
+ Coverage     81.69%   81.70%   +0.01%     
  Complexity      562      562              
============================================
  Files           393      393              
  Lines         21352    21354       +2     
  Branches       4783     4784       +1     
============================================
+ Hits          17443    17447       +4     
  Misses         2921     2921              
+ Partials        988      986       -2     

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