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

Fix JENKINS-71955 NullPointerException because getMergeRequestsEnabled is null #456

Merged
merged 4 commits into from
Nov 8, 2024

Fix spotless

0d0634d
Select commit
Loading
Failed to load commit list.
Merged

Fix JENKINS-71955 NullPointerException because getMergeRequestsEnabled is null #456

Fix spotless
0d0634d
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Oct 29, 2024

Line Coverage: 100.00% (+83.94%), Branch Coverage: 50.00% (+37.50%)

Summary for modified lines

  • 4 lines have been modified
  • all lines are covered
  • 1 line is 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) 77.78% (7/9) 56.16% (41/73) 44.44% (56/126) 22.39% (182/813) 12.33% (467/3788) 7.03% (87/1237) 11.00% (1682/15292)
📈 Overall project (difference to reference job) +0.00% +0.00% +1.37% ⬆️ +3.97% ⬆️ +4.92% ⬆️ +3.69% ⬆️ +2.82% ⬆️ +3.40% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 28.57% (2/7) 17.65% (12/68) 16.06% (79/492) 12.50% (23/184) 14.05% (317/2257)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +11.58% ⬆️ +11.40% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) n/a n/a 100.00% (3/3) 50.00% (6/12) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +83.94% ⬆️ +37.50% ⬆️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (2/2) 100.00% (6/6) n/a n/a 100.00% (136/136) 100.00% (29/29) n/a

Annotations

Check warning on line 336 in src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource.java

See this annotation in the file changed.

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

Partially covered line

Line 336 is only partially covered, one branch is missing

Check warning on line 337 in src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource.java

See this annotation in the file changed.

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

Partially covered line

Line 337 is only partially covered, 2 branches are missing

Check warning on line 413 in src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource.java

See this annotation in the file changed.

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

Partially covered line

Line 413 is only partially covered, 3 branches are missing