Skip to content

Do not call `register` before `load`

d104412
Select commit
Loading
Failed to load commit list.
Merged

FlowExecutionList.Storage #370

Do not call `register` before `load`
d104412
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Jan 13, 2025

Line Coverage: 71.43% (+0.74%), Branch Coverage: 65.38% (-8.86%)

Summary for modified lines

  • 204 lines have been modified
  • 26 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% (8/8) 69.14% (56/81) 67.67% (90/133) 67.38% (409/607) 68.01% (1582/2326) 63.06% (688/1091) 67.46% (6349/9412)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% -0.27% ⬇️ +0.27% ⬆️ -0.08% ⬇️ -0.04% ⬇️ +0.07% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (2/2) 75.00% (9/12) 71.43% (45/63) 70.69% (164/232) 74.24% (49/66) 73.49% (707/962)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -0.87% ⬇️ -0.04% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 50.00% (1/2) n/a n/a 71.43% (65/91) 65.38% (17/26) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +0.74% ⬆️ -8.86% ⬇️ n/a

Annotations

Check warning on line 203 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered lines

Lines 199-203 are not covered by tests

Check warning on line 211 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered line

Line 211 is not covered by tests

Check warning on line 223 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered line

Line 223 is not covered by tests

Check warning on line 235 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered line

Line 235 is not covered by tests

Check warning on line 242 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered lines

Lines 241-242 are not covered by tests

Check warning on line 260 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered lines

Lines 255-260 are not covered by tests

Check warning on line 282 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered lines

Lines 280-282 are not covered by tests

Check warning on line 290 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered line

Line 290 is not covered by tests

Check warning on line 295 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Not covered lines

Lines 294-295 are not covered by tests

Check warning on line 196 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 196 is only partially covered, one branch is missing

Check warning on line 210 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 210 is only partially covered, one branch is missing

Check warning on line 219 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 219 is only partially covered, one branch is missing

Check warning on line 234 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 234 is only partially covered, one branch is missing

Check warning on line 254 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 254 is only partially covered, one branch is missing

Check warning on line 289 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 289 is only partially covered, one branch is missing

Check warning on line 302 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

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

Partially covered line

Line 302 is only partially covered, one branch is missing

Check warning on line 120 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionOwner.java

See this annotation in the file changed.

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

Not covered lines

Lines 113-120 are not covered by tests