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.
ci.jenkins.io / Code Coverage succeeded Apr 7, 2024 in 0s

Line Coverage: 88.37% (+10.19%), Branch Coverage: 100.00% (+35.92%)

Summary for modified lines

  • 92 lines have been modified
  • 5 lines are not covered
  • 2 lines are covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 100.00% (1/1) 100.00% (9/9) 100.00% (17/17) 95.48% (169/177) 80.67% (651/807) 65.68% (222/338) 81.89% (2541/3103)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.10% ⬆️ +0.15% ⬆️ +0.83% ⬆️ +0.24% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (2/2) 100.00% (9/9) 93.60% (117/125) 78.18% (534/683) 64.08% (182/284) 79.66% (2103/2640)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.30% ⬆️ +1.04% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (2/2) n/a n/a 88.37% (38/43) 100.00% (12/12) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +10.19% ⬆️ +35.92% ⬆️ n/a

Annotations

Check warning on line 127 in src/main/java/org/jenkinsci/plugins/oic/OicSession.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 125-127 are not covered by tests

Check warning on line 141 in src/main/java/org/jenkinsci/plugins/oic/OicSession.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 140-141 are not covered by tests