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

Reimplement PKCE to serialize verifier in session #291

Merged

Fix issue reported by Spotbug

e8fcd0f
Select commit
Loading
Failed to load commit list.
Merged

Reimplement PKCE to serialize verifier in session #291

Fix issue reported by Spotbug
e8fcd0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 7, 2024 in 0s

73.60% (+0.44%) compared to c3d9244

View this Pull Request on Codecov

73.60% (+0.44%) compared to c3d9244

Details

Codecov Report

Attention: Patch coverage is 88.37209% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 73.60%. Comparing base (c3d9244) to head (e8fcd0f).
Report is 1 commits behind head on master.

Files Patch % Lines
...ain/java/org/jenkinsci/plugins/oic/OicSession.java 86.84% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #291      +/-   ##
============================================
+ Coverage     73.16%   73.60%   +0.44%     
- Complexity      189      194       +5     
============================================
  Files             9        9              
  Lines           775      807      +32     
  Branches        113      115       +2     
============================================
+ Hits            567      594      +27     
- Misses          151      156       +5     
  Partials         57       57              

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