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-74975] Fix Semaphore over-allocation of permits / limit all CleanupTasks #495

Merged
merged 5 commits into from
Feb 11, 2025

Merge branch 'master' into JENKINS-74975

5ab306b
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-74975] Fix Semaphore over-allocation of permits / limit all CleanupTasks #495

Merge branch 'master' into JENKINS-74975
5ab306b
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Feb 11, 2025 in 0s

Line Coverage: 66.67% (-18.77%), Branch Coverage: 75.00% (+5.16%)

Summary for modified lines

  • 44 lines have been modified
  • 5 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% (1/1) 100.00% (1/1) 95.08% (58/61) 93.33% (140/150) 79.69% (569/714) 73.14% (2704/3697) 61.91% (1089/1759) 72.65% (12456/17145)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% -0.04% ⬇️ -0.08% ⬇️ -0.05% ⬇️ +0.01% ⬆️ -0.21% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (8/8) 100.00% (35/35) 85.44% (264/309) 69.84% (88/126) 78.91% (1160/1470)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -0.19% ⬇️ +0.31% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) n/a n/a 66.67% (10/15) 75.00% (3/4) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -18.77% ⬇️ +5.16% ⬆️ n/a

Annotations

Check warning on line 412 in src/main/java/jenkins/branch/WorkspaceLocatorImpl.java

See this annotation in the file changed.

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

Not covered lines

Lines 404-412 are not covered by tests

Check warning on line 436 in src/main/java/jenkins/branch/WorkspaceLocatorImpl.java

See this annotation in the file changed.

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

Not covered lines

Lines 435-436 are not covered by tests

Check warning on line 403 in src/main/java/jenkins/branch/WorkspaceLocatorImpl.java

See this annotation in the file changed.

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

Partially covered line

Line 403 is only partially covered, one branch is missing