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

check if url if malformed in form

4be57f7
Select commit
Loading
Failed to load commit list.
Merged

New field for status propagation of pipeline #338

check if url if malformed in form
4be57f7
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Sep 5, 2024 in 0s

Line Coverage: 33.09% (+3.79%), Branch Coverage: 26.67% (+6.67%)

Summary for modified lines

  • 282 lines have been modified
  • 91 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.96% (379/1150) 34.84% (982/2819) 21.60% (157/727) 32.88% (3544/10778)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.66% ⬆️ +0.56% ⬆️ +0.94% ⬆️ +1.32% ⬆️ +1.71% ⬆️ +1.69% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (5/5) 77.78% (7/9) 29.82% (34/114) 29.30% (121/413) 20.00% (34/170) 26.26% (470/1790)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +11.75% ⬆️ +8.73% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 66.67% (2/3) 80.00% (4/5) n/a n/a 33.09% (45/136) 26.67% (16/60) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +3.79% ⬆️ +6.67% ⬆️ n/a
🐾 Indirect changes 100.00% (1/1) 100.00% (2/2) 100.00% (3/3) n/a n/a 100.00% (28/28) 100.00% (8/8) n/a

Annotations

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

Not covered line

Line 114 is not covered by tests

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

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

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

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

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

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

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

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

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

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

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 75 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 74-75 are not covered by tests

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

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