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: prevent publication with unsupported credential types #351

Merged
merged 1 commit into from
Aug 22, 2023

fix: prevent publication with unsupported credential types

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

fix: prevent publication with unsupported credential types #351

fix: prevent publication with unsupported credential types
0e877c2
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
ci.jenkins.io / Code Coverage succeeded Jul 5, 2023 in 0s

Line Coverage: 66.67% (-31.52%), Branch Coverage: 50.00% (-30.00%)

Summary for modified lines

  • 9 lines have been modified
  • 1 line is not 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) 100.00% (3/3) 94.12% (16/17) 82.61% (19/23) 76.84% (136/177) 76.69% (408/532) 70.70% (111/157) 77.65% (1744/2246)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.00% -0.06% ⬇️ -0.27% ⬇️ +0.08% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (7/7) 98.18% (54/55) 80.00% (8/10) 99.64% (276/277)
📈 Modified files (difference to overall project) n/a n/a n/a n/a n/a +21.49% ⬆️ +9.30% ⬆️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) n/a n/a 66.67% (2/3) 50.00% (1/2) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -31.52% ⬇️ -30.00% ⬇️ n/a

Annotations

Check warning on line 73 in src/main/java/io/jenkins/plugins/checks/github/GitHubChecksPublisher.java

See this annotation in the file changed.

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

Not covered line

Line 73 is not covered by tests

Check warning on line 68 in src/main/java/io/jenkins/plugins/checks/github/GitHubChecksPublisher.java

See this annotation in the file changed.

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

Partially covered line

Line 68 is only partially covered, one branch is missing