Skip to content

add an integration test for spot vms with maximum run durations

ci.jenkins.io / Code Coverage succeeded Dec 13, 2024 in 0s

Line Coverage: 26.15% (-13.04%), Branch Coverage: 22.22% (-0.97%)

Summary for modified lines

  • 321 lines have been modified
  • 48 lines are not covered
  • 9 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% (4/4) 68.57% (24/35) 62.07% (36/58) 44.08% (231/524) 30.68% (521/1698) 19.69% (114/579) 30.16% (2342/7765)
📈 Overall project (difference to reference job) +0.00% +0.00% -0.39% ⬇️ -4.60% ⬇️ -2.80% ⬇️ -1.16% ⬇️ -0.03% ⬇️ -0.86% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 66.67% (6/9) 56.25% (9/16) 51.02% (125/245) 39.20% (263/671) 23.20% (45/194) 40.70% (1283/3152)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -3.50% ⬇️ -0.40% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 66.67% (6/9) n/a n/a 26.15% (17/65) 22.22% (4/18) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -13.04% ⬇️ -0.97% ⬇️ n/a
🐾 Indirect changes 0.00% (0/1) 0.00% (0/2) 0.00% (0/3) n/a n/a 0.00% (0/15) 0.00% (0/1) n/a

Annotations

Check warning on line 88 in src/main/java/com/google/jenkins/plugins/computeengine/client/ClientUtil.java

See this annotation in the file changed.

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

Not covered line

Line 88 is not covered by tests

Check warning on line 82 in src/main/java/com/google/jenkins/plugins/computeengine/client/ClientUtil.java

See this annotation in the file changed.

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

Partially covered line

Line 82 is only partially covered, one branch is missing

Check warning on line 85 in src/main/java/com/google/jenkins/plugins/computeengine/client/ClientUtil.java

See this annotation in the file changed.

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

Partially covered line

Line 85 is only partially covered, one branch is missing

Check warning on line 138 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered line

Line 138 is not covered by tests

Check warning on line 534 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered lines

Lines 514-534 are not covered by tests

Check warning on line 995 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered lines

Lines 830-995 are not covered by tests

Check warning on line 513 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Partially covered line

Line 513 is only partially covered, one branch is missing

Check warning on line 536 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Partially covered line

Line 536 is only partially covered, one branch is missing

Check warning on line 47 in src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputer.java

See this annotation in the file changed.

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

Not covered line

Line 47 is not covered by tests

Check warning on line 41 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

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

Not covered lines

Lines 33-41 are not covered by tests

Check warning on line 52 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

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

Not covered line

Line 52 is not covered by tests

Check warning on line 22 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/ProvisioningTypeValue.java

See this annotation in the file changed.

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

Not covered lines

Lines 19-22 are not covered by tests

Check warning on line 41 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/ProvisioningType.java

See this annotation in the file changed.

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

Not covered lines

Lines 29-41 are not covered by tests

Check warning on line 41 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

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

Not covered lines

Lines 33-41 are not covered by tests

Check warning on line 52 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

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

Not covered line

Line 52 is not covered by tests

Check warning on line 32 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Utils.java

See this annotation in the file changed.

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

Not covered lines

Lines 22-32 are not covered by tests

Check warning on line 28 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/PreemptibleVm.java

See this annotation in the file changed.

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

Not covered lines

Lines 27-28 are not covered by tests