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

take out assert of abstract class

994f26b
Select commit
Loading
Failed to load commit list.
Merged

New field for status propagation of pipeline #338

take out assert of abstract class
994f26b
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Sep 12, 2024

Line Coverage: 44.63% (+4.28%), Branch Coverage: 30.30% (+5.55%)

Summary for modified lines

  • 416 lines have been modified
  • 98 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) 87.50% (21/24) 66.67% (102/153) 69.27% (124/179) 33.10% (382/1154) 35.25% (999/2834) 21.79% (158/725) 32.96% (3560/10801)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.88% ⬆️ +0.73% ⬆️ +1.08% ⬆️ +1.74% ⬆️ +1.91% ⬆️ +1.76% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (4/4) 100.00% (9/9) 84.62% (11/13) 41.62% (72/173) 40.35% (232/575) 24.76% (51/206) 36.18% (948/2620)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +8.85% ⬆️ +6.98% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 75.00% (3/4) 88.89% (8/9) n/a n/a 44.63% (79/177) 30.30% (20/66) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +4.28% ⬆️ +5.55% ⬆️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (2/2) 100.00% (3/3) n/a n/a 100.00% (25/25) 100.00% (8/8) n/a

Annotations

Check warning on line 175 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 59-175 are not covered by tests

Check warning on line 117 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 117 is not covered by tests

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

Not covered lines

Lines 153-188 are not covered by tests

Check warning on line 202 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 202 is not covered by tests

Check warning on line 370 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 216-370 are not covered by tests

Check warning on line 114 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 114 is only partially covered, 2 branches are missing

Check warning on line 201 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 201 is only partially covered, one branch is missing

Check warning on line 205 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 205 is only partially covered, one branch is 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 96 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/receiver/BitBucketPPRHookReceiver.java

See this annotation in the file changed.

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

Not covered lines

Lines 90-96 are not covered by tests

Check warning on line 165 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/receiver/BitBucketPPRHookReceiver.java

See this annotation in the file changed.

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

Partially covered line

Line 165 is only partially covered, one branch is missing

Check warning on line 95 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 94-95 are not covered by tests

Check warning on line 213 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 182-213 are not covered by tests

Check warning on line 252 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 248-252 are not covered by tests

Check warning on line 57 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

Partially covered line

Line 57 is only partially covered, one branch is missing

Check warning on line 58 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

Partially covered line

Line 58 is only partially covered, one branch is missing

Check warning on line 59 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

Partially covered line

Line 59 is only partially covered, one branch is missing

Check warning on line 60 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

Partially covered line

Line 60 is only partially covered, one branch is missing

Check warning on line 101 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRPullRequestAction.java

See this annotation in the file changed.

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

Not covered line

Line 101 is not covered by tests

Check warning on line 235 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRPullRequestAction.java

See this annotation in the file changed.

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

Not covered lines

Lines 167-235 are not covered by tests

Check warning on line 179 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 line

Line 179 is not covered by tests

Check warning on line 174 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 174 is only partially covered, one branch is missing

Check warning on line 149 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRRepositoryAction.java

See this annotation in the file changed.

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

Partially covered line

Line 149 is only partially covered, one branch is missing

Check warning on line 13 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRActionAbstract.java

See this annotation in the file changed.

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

Not covered line

Line 13 is not covered by tests

Check warning on line 12 in src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRActionAbstract.java

See this annotation in the file changed.

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

Partially covered line

Line 12 is only partially covered, one branch is missing