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-65829] Fix WorkspaceCleanupThread to consider suffixed workspaces even if original is inexistent #9083

Merged
merged 3 commits into from
Apr 14, 2024

[JENKINS-65829] Adapt test for tmp + rename test for libs

cb4b3c7
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-65829] Fix WorkspaceCleanupThread to consider suffixed workspaces even if original is inexistent #9083

[JENKINS-65829] Adapt test for tmp + rename test for libs
cb4b3c7
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Mar 27, 2024 in 0s

Line Coverage: 92.31% (+7.50%), Branch Coverage: 71.43% (-7.52%)

Summary for modified lines

  • 70 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.02% (88/106) 80.60% (968/1201) 79.22% (1944/2454) 66.17% (10508/15881) 66.75% (36786/55114) 59.80% (13382/22377) 66.48% (166232/250060)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.02% ⬆️ +0.02% ⬆️ +0.02% ⬆️ +0.02% ⬆️ +0.03% ⬆️
🐾 Modified files 100.00% (2/2) 100.00% (1/1) 100.00% (1/1) 100.00% (3/3) 90.00% (9/10) 84.81% (67/79) 78.95% (30/38) 88.99% (307/345)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.68% ⬆️ -3.20% ⬇️ n/a
🐾 Modified code lines 100.00% (2/2) 100.00% (1/1) 100.00% (1/1) n/a n/a 92.31% (24/26) 71.43% (10/14) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +7.50% ⬆️ -7.52% ⬇️ n/a
🐾 Indirect changes 100.00% (2/2) 50.00% (4/8) 62.50% (10/16) n/a n/a 72.73% (16/22) 60.00% (12/20) n/a

Annotations

Check warning on line 183 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Not covered line

Line 183 is not covered by tests

Check warning on line 188 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Not covered line

Line 188 is not covered by tests

Check warning on line 154 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Partially covered line

Line 154 is only partially covered, one branch is missing

Check warning on line 158 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Partially covered line

Line 158 is only partially covered, one branch is missing

Check warning on line 182 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Partially covered line

Line 182 is only partially covered, one branch is missing

Check warning on line 187 in core/src/main/java/hudson/model/WorkspaceCleanupThread.java

See this annotation in the file changed.

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

Partially covered line

Line 187 is only partially covered, one branch is missing