Skip to content

Test history refactoring and improvements (#625)

ci.jenkins.io / Code Coverage succeeded Jul 24, 2024 in 0s

Line Coverage: 79.27% (+1.18%), Branch Coverage: 55.44% (-10.16%)

Summary for modified lines

  • 1292 lines have been modified
  • 182 lines are not covered
  • 12 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% (5/5) 83.67% (41/49) 81.08% (60/74) 70.00% (532/760) 70.49% (2446/3470) 57.81% (885/1531) 69.68% (10373/14886)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.26% ⬆️ +0.39% ⬆️ +2.62% ⬆️ +0.16% ⬆️ +3.72% ⬆️
🐾 Modified files 100.00% (1/1) 66.67% (2/3) 83.33% (10/12) 82.61% (19/23) 77.29% (320/414) 78.09% (1743/2232) 65.60% (635/968) 78.83% (7494/9506)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.42% ⬆️ -2.88% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 66.67% (2/3) 83.33% (10/12) n/a n/a 79.27% (696/878) 55.44% (163/294) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +1.18% ⬆️ -10.16% ⬇️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (1/1) 40.00% (2/5) n/a n/a 28.57% (4/14) 80.00% (8/10) n/a

Annotations

Check warning on line 53 in src/main/java/hudson/tasks/test/TestObjectIterable.java

See this annotation in the file changed.

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

Not covered lines

Lines 26-53 are not covered by tests

Check warning on line 20 in src/main/java/hudson/tasks/test/TestDurationTrendSeriesBuilder.java

See this annotation in the file changed.

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

Not covered lines

Lines 18-20 are not covered by tests

Check warning on line 179 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Not covered line

Line 179 is not covered by tests

Check warning on line 250 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 248-250 are not covered by tests

Check warning on line 273 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Not covered line

Line 273 is not covered by tests

Check warning on line 306 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 296-306 are not covered by tests

Check warning on line 315 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 314-315 are not covered by tests

Check warning on line 178 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Partially covered line

Line 178 is only partially covered, 3 branches are missing

Check warning on line 270 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Partially covered line

Line 270 is only partially covered, one branch is missing

Check warning on line 295 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Partially covered line

Line 295 is only partially covered, one branch is missing

Check warning on line 313 in src/main/java/hudson/tasks/junit/TestResultAction.java

See this annotation in the file changed.

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

Partially covered line

Line 313 is only partially covered, one branch is missing

Check warning on line 97 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 83-97 are not covered by tests

Check warning on line 152 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 151-152 are not covered by tests

Check warning on line 167 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 156-167 are not covered by tests

Check warning on line 200 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered line

Line 200 is not covered by tests

Check warning on line 220 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 217-220 are not covered by tests

Check warning on line 227 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered line

Line 227 is not covered by tests

Check warning on line 294 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 263-294 are not covered by tests

Check warning on line 498 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 497-498 are not covered by tests

Check warning on line 512 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 502-512 are not covered by tests

Check warning on line 534 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered line

Line 534 is not covered by tests

Check warning on line 565 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered line

Line 565 is not covered by tests

Check warning on line 582 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 578-582 are not covered by tests

Check warning on line 646 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered lines

Lines 645-646 are not covered by tests

Check warning on line 654 in src/main/java/hudson/tasks/junit/History.java

See this annotation in the file changed.

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

Not covered line

Line 654 is not covered by tests