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

New field for status propagation of pipeline #338

Merged

add null check

f7b2947
Select commit
Loading
Failed to load commit list.
Merged

New field for status propagation of pipeline #338

add null check
f7b2947
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Aug 30, 2024 in 0s

Line Coverage: 40.32% (+10.79%), Branch Coverage: 26.32% (+6.08%)

Summary for modified lines

  • 141 lines have been modified
  • 37 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) 87.50% (21/24) 66.45% (101/152) 69.10% (123/178) 32.99% (379/1149) 34.92% (975/2792) 21.66% (157/725) 32.92% (3544/10767)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.66% ⬆️ +0.56% ⬆️ +0.96% ⬆️ +1.41% ⬆️ +1.77% ⬆️ +1.72% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (5/5) 77.78% (7/9) 30.09% (34/113) 29.53% (114/386) 20.24% (34/168) 26.42% (470/1779)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +11.99% ⬆️ +8.97% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 66.67% (2/3) 80.00% (4/5) n/a n/a 40.32% (25/62) 26.32% (10/38) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +10.79% ⬆️ +6.08% ⬆️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (2/2) 100.00% (3/3) n/a n/a 100.00% (31/31) 100.00% (8/8) n/a

Annotations

Check warning on line 111 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/config/BitBucketPPRPluginConfig.java

See this annotation in the file changed.

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

Not covered lines

Lines 57-111 are not covered by tests

Check warning on line 115 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

See this annotation in the file changed.

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

Not covered line

Line 115 is not covered by tests

Check warning on line 189 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

See this annotation in the file changed.

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

Not covered line

Line 189 is not covered by tests

Check warning on line 194 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.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 112 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

See this annotation in the file changed.

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

Partially covered line

Line 112 is only partially covered, 2 branches are missing

Check warning on line 188 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.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 191 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

See this annotation in the file changed.

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

Partially covered line

Line 191 is only partially covered, 5 branches are missing

Check warning on line 198 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

See this annotation in the file changed.

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

Partially covered line

Line 198 is only partially covered, 3 branches are missing

Check warning on line 246 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRJobProbe.java

See this annotation in the file changed.

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

Not covered lines

Lines 103-246 are not covered by tests

Check warning on line 88 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRPullRequestServerAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 87-88 are not covered by tests

Check warning on line 227 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRPullRequestServerAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 226-227 are not covered by tests

Check warning on line 73 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRServerRepositoryAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 72-73 are not covered by tests

Check warning on line 194 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRServerRepositoryAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 190-194 are not covered by tests

Check warning on line 69 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRServerRepositoryAction.java

See this annotation in the file changed.

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

Partially covered line

Line 69 is only partially covered, one branch is missing