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

Avoid infinite loops due to corrupted flow graphs in some cases and improve resumption error handling #349

Merged
merged 3 commits into from
Aug 13, 2024

Merge branch 'master' into infinite-loop-memory-leak-2

c406ccc
Select commit
Loading
Failed to load commit list.
Merged

Avoid infinite loops due to corrupted flow graphs in some cases and improve resumption error handling #349

Merge branch 'master' into infinite-loop-memory-leak-2
c406ccc
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Aug 9, 2024 in 0s

Line Coverage: 90.91% (+7.91%), Branch Coverage: 83.33% (+0.60%)

Summary for modified lines

  • 18 lines have been modified
  • 1 line is not covered
  • 3 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% (8/8) 67.90% (55/81) 67.18% (88/131) 67.11% (400/596) 68.13% (1586/2328) 63.17% (693/1097) 67.46% (6347/9409)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.06% ⬆️ +0.09% ⬆️ +0.04% ⬆️ +0.09% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (3/3) 100.00% (9/9) 94.23% (49/52) 83.00% (288/347) 82.74% (139/168) 83.78% (1214/1449)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.21% ⬆️ -0.19% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 100.00% (3/3) n/a n/a 90.91% (10/11) 83.33% (5/6) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +7.91% ⬆️ +0.60% ⬆️ n/a

Annotations

Check warning on line 127 in src/main/java/org/jenkinsci/plugins/workflow/graph/StandardGraphLookupView.java

See this annotation in the file changed.

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

Not covered line

Line 127 is not covered by tests

Check warning on line 126 in src/main/java/org/jenkinsci/plugins/workflow/graph/StandardGraphLookupView.java

See this annotation in the file changed.

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

Partially covered line

Line 126 is only partially covered, one branch is missing