Skip to content

Add assert statements for size of summary elements

089a627
Select commit
Loading
Failed to load commit list.
Merged

Update the failing test #26

Add assert statements for size of summary elements
089a627
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Aug 6, 2025

Line Coverage: 76.00% (-9.39%), Branch Coverage: 69.81% (-6.48%)

Summary for modified lines

  • 545 lines have been modified
  • 54 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% (8/8) 92.31% (48/52) 92.59% (75/81) 71.73% (340/474) 70.57% (1139/1614) 48.88% (174/356) 67.16% (3958/5893)
📈 Overall project (difference to reference job) ±0% ±0% -3.53% ⬇️ -3.46% ⬇️ -10.85% ⬇️ -8.50% ⬇️ -6.24% ⬇️ -8.18% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (9/9) 100.00% (10/10) 72.29% (60/83) 85.39% (374/438) 76.29% (74/97) 88.54% (1507/1702)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -12.83% ⬇️ -16.89% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 100.00% (9/9) n/a n/a 76.00% (171/225) 69.81% (37/53) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -9.39% ⬇️ -6.48% ⬇️ n/a
🐾 Indirect changes 0.00% (0/1) 0.00% (0/5) 0.00% (0/19) n/a n/a 0.00% (0/129) 0.00% (0/30) n/a

Annotations

Check warning on line 104 in src/main/java/com/mathworks/ci/actions/MatlabAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 98-104 are not covered by tests

Check warning on line 43 in src/main/java/com/mathworks/ci/actions/MatlabAction.java

See this annotation in the file changed.

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

Partially covered line

Line 43 is only partially covered, one branch is missing

Check warning on line 61 in src/main/java/com/mathworks/ci/actions/MatlabAction.java

See this annotation in the file changed.

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

Partially covered line

Line 61 is only partially covered, one branch is missing

Check warning on line 69 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 66-69 are not covered by tests

Check warning on line 109 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 108-109 are not covered by tests

Check warning on line 170 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 162-170 are not covered by tests

Check warning on line 226 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 195-226 are not covered by tests

Check warning on line 235 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 234-235 are not covered by tests

Check warning on line 243 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 242-243 are not covered by tests

Check warning on line 251 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 250-251 are not covered by tests

Check warning on line 259 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 258-259 are not covered by tests

Check warning on line 267 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 266-267 are not covered by tests

Check warning on line 101 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Partially covered line

Line 101 is only partially covered, one branch is missing

Check warning on line 161 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Partially covered line

Line 161 is only partially covered, 3 branches are missing

Check warning on line 188 in src/main/java/com/mathworks/ci/TestResultsViewAction.java

See this annotation in the file changed.

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

Partially covered line

Line 188 is only partially covered, one branch is missing

Check warning on line 39 in src/main/java/com/mathworks/ci/MatlabTestCase.java

See this annotation in the file changed.

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

Not covered lines

Lines 38-39 are not covered by tests

Check warning on line 47 in src/main/java/com/mathworks/ci/MatlabTestCase.java

See this annotation in the file changed.

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

Not covered lines

Lines 46-47 are not covered by tests

Check warning on line 66 in src/main/java/com/mathworks/ci/MatlabTestCase.java

See this annotation in the file changed.

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

Not covered line

Line 66 is not covered by tests

Check warning on line 40 in src/main/java/com/mathworks/ci/MatlabTestDiagnostics.java

See this annotation in the file changed.

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

Not covered line

Line 40 is not covered by tests

Check warning on line 81 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Not covered lines

Lines 80-81 are not covered by tests

Check warning on line 89 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Not covered lines

Lines 88-89 are not covered by tests

Check warning on line 97 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Not covered lines

Lines 96-97 are not covered by tests

Check warning on line 108 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Not covered lines

Lines 104-108 are not covered by tests

Check warning on line 45 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Partially covered line

Line 45 is only partially covered, one branch is missing

Check warning on line 49 in src/main/java/com/mathworks/ci/MatlabTestFile.java

See this annotation in the file changed.

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

Partially covered line

Line 49 is only partially covered, one branch is missing