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

Add ci.pipeline.run.duration metric #959

Merged
merged 15 commits into from
Nov 5, 2024

Merge branch 'main' into add-ci.pipeline.run.duration-metric

9c6d0a1
Select commit
Loading
Failed to load commit list.
Merged

Add ci.pipeline.run.duration metric #959

Merge branch 'main' into add-ci.pipeline.run.duration-metric
9c6d0a1
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Oct 28, 2024 in 0s

Line Coverage: 87.76% (+8.60%), Branch Coverage: 25.00% (-27.82%)

Summary for modified lines

  • 97 lines have been modified
  • 6 lines are not covered
  • 5 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% (26/26) 89.44% (127/142) 81.64% (169/207) 57.90% (905/1563) 64.07% (3613/5639) 47.99% (894/1863) 60.54% (15512/25623)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% -0.06% ⬇️ +0.13% ⬆️ -0.10% ⬇️ +0.14% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (5/5) 100.00% (5/5) 100.00% (8/8) 67.12% (98/146) 79.16% (452/571) 52.82% (75/142) 75.39% (1912/2536)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.51% ⬆️ -0.81% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 80.00% (4/5) 80.00% (4/5) n/a n/a 87.76% (43/49) 25.00% (1/4) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +8.60% ⬆️ -27.82% ⬇️ n/a
🐾 Indirect changes 0.00% (0/1) 0.00% (0/1) 0.00% (0/1) n/a n/a 0.00% (0/1) 0.00% (0/1) n/a

Annotations

Check warning on line 185 in src/main/java/io/jenkins/plugins/opentelemetry/job/MonitoringRunListener.java

See this annotation in the file changed.

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

Not covered lines

Lines 184-185 are not covered by tests

Check warning on line 194 in src/main/java/io/jenkins/plugins/opentelemetry/job/MonitoringRunListener.java

See this annotation in the file changed.

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

Not covered lines

Lines 193-194 are not covered by tests

Check warning on line 458 in src/main/java/io/jenkins/plugins/opentelemetry/job/MonitoringRunListener.java

See this annotation in the file changed.

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

Not covered line

Line 458 is not covered by tests

Check warning on line 456 in src/main/java/io/jenkins/plugins/opentelemetry/job/MonitoringRunListener.java

See this annotation in the file changed.

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

Partially covered line

Line 456 is only partially covered, one branch is missing

Check warning on line 182 in src/main/java/io/jenkins/plugins/opentelemetry/JenkinsOpenTelemetryPluginConfiguration.java

See this annotation in the file changed.

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

Not covered line

Line 182 is not covered by tests