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

[JENKINS-71971][JEP-237] FIPS-140 compliant version of HudsonPrivateSecurityRealm #8393

Merged

warn when password hashed with incorrect algorithm

9946596
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-71971][JEP-237] FIPS-140 compliant version of HudsonPrivateSecurityRealm #8393

warn when password hashed with incorrect algorithm
9946596
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Oct 3, 2023 in 0s

Line Coverage: 96.00% (+15.71%), Branch Coverage: 83.33% (+16.30%)

Summary for modified lines

  • 139 lines have been modified
  • 2 lines are not covered
  • 1 line is 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% (3/3) 83.65% (87/104) 80.57% (958/1189) 79.09% (1922/2430) 66.21% (10370/15662) 66.74% (36309/54406) 59.93% (13190/22009) 66.54% (164224/246816)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.02% ⬆️ +0.06% ⬆️ +0.03% ⬆️ +0.04% ⬆️ -0.00% +0.03% ⬆️
🐾 Modified files 100.00% (2/2) 100.00% (1/1) 100.00% (1/1) 92.31% (12/13) 88.89% (96/108) 80.29% (277/345) 67.03% (122/182) 78.37% (1152/1470)
📈 Modified files (difference to overall project) n/a n/a n/a n/a n/a +13.55% ⬆️ +7.10% ⬆️ n/a
🐾 Modified code lines 100.00% (2/2) 100.00% (1/1) 100.00% (1/1) n/a n/a 96.00% (48/50) 83.33% (15/18) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +15.71% ⬆️ +16.30% ⬆️ n/a
🐾 Indirect changes 100.00% (2/2) 85.71% (6/7) 61.54% (8/13) n/a n/a 67.86% (19/28) 40.00% (6/15) n/a

Annotations

Check warning on line 544 in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

See this annotation in the file changed.

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

Not covered line

Line 544 is not covered by tests

Check warning on line 546 in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

See this annotation in the file changed.

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

Not covered line

Line 546 is not covered by tests

Check warning on line 543 in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

See this annotation in the file changed.

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

Partially covered line

Line 543 is only partially covered, one branch is missing

Check warning on line 545 in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

See this annotation in the file changed.

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

Partially covered line

Line 545 is only partially covered, one branch is missing

Check warning on line 996 in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

See this annotation in the file changed.

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

Partially covered line

Line 996 is only partially covered, one branch is missing