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

JENKINS-72538 - SKIP status configurable when calculating all tests #77

Merged
merged 16 commits into from
Nov 13, 2024

Add possibility to optionally include skip status when calculating pass

a41e398
Select commit
Loading
Failed to load commit list.
Merged

JENKINS-72538 - SKIP status configurable when calculating all tests #77

Add possibility to optionally include skip status when calculating pass
a41e398
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Nov 13, 2024

Line Coverage: 74.29% (+2.98%), Branch Coverage: 50.00% (-7.88%)

Summary for modified lines

  • 104 lines have been modified
  • 9 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% (6/6) 100.00% (27/27) 96.97% (32/33) 74.63% (303/406) 71.76% (1159/1615) 65.08% (477/733) 73.06% (4943/6766)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% -1.93% ⬇️ -1.10% ⬇️ -0.32% ⬇️ -0.83% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (9/9) 100.00% (12/12) 78.14% (193/247) 71.31% (594/833) 57.88% (169/292) 72.67% (2385/3282)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -1.08% ⬇️ +0.87% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 77.78% (7/9) n/a n/a 74.29% (26/35) 50.00% (1/2) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +2.98% ⬆️ -7.88% ⬇️ n/a
🐾 Indirect changes 0.00% (0/1) 0.00% (0/2) 0.00% (0/5) n/a n/a 0.00% (0/10) 0.00% (0/4) n/a

Annotations

Check warning on line 197 in src/main/java/hudson/plugins/robot/model/RobotResult.java

See this annotation in the file changed.

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

Partially covered line

Line 197 is only partially covered, one branch is missing

Check warning on line 324 in src/main/java/hudson/plugins/robot/model/RobotCaseResult.java

See this annotation in the file changed.

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

Not covered lines

Lines 318-324 are not covered by tests

Check warning on line 347 in src/main/java/hudson/plugins/robot/RobotBuildAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 346-347 are not covered by tests

Check warning on line 153 in src/main/java/hudson/plugins/robot/RobotStep.java

See this annotation in the file changed.

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

Not covered lines

Lines 152-153 are not covered by tests

Check warning on line 139 in src/main/java/hudson/plugins/robot/AggregatedRobotAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 127-139 are not covered by tests