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

added switch to disallow nesting of same sections #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Merge branch 'master' into master

6262942
Select commit
Loading
Failed to load commit list.
Open

added switch to disallow nesting of same sections #21

Merge branch 'master' into master
6262942
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Jan 14, 2025

Line Coverage: 46.67% (+8.33%), Branch Coverage: 0.00% (-15.63%)

Summary for modified lines

  • 50 lines have been modified
  • 8 lines are not covered
  • 3 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% (1/1) 80.00% (4/5) 85.71% (6/7) 32.61% (15/46) 40.00% (56/140) 22.50% (9/40) 40.74% (231/567)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% -1.48% ⬇️ -1.22% ⬇️ -3.97% ⬇️ -1.19% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (3/3) 100.00% (5/5) 30.77% (12/39) 38.33% (46/120) 15.63% (5/32) 35.88% (169/471)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -1.31% ⬇️ -3.61% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 66.67% (2/3) n/a n/a 46.67% (7/15) 0.00% (0/6) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +8.33% ⬆️ -15.63% ⬇️ n/a

Annotations

Check warning on line 83 in src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java

See this annotation in the file changed.

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

Not covered lines

Lines 80-83 are not covered by tests

Check warning on line 66 in src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java

See this annotation in the file changed.

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

Not covered lines

Lines 58-66 are not covered by tests

Check warning on line 126 in src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java

See this annotation in the file changed.

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

Not covered line

Line 126 is not covered by tests