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

Add form validation warnings for parameter names matching known env vars #9775

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Add form validation warnings for parameter names matching known env vars

c5729ec
Select commit
Loading
Failed to load commit list.
Draft

Add form validation warnings for parameter names matching known env vars #9775

Add form validation warnings for parameter names matching known env vars
c5729ec
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Sep 23, 2024 in 0s

Line Coverage: 88.89% (+26.96%), Branch Coverage: 50.00% (-2.84%)

Summary for modified lines

  • 60 lines have been modified
  • 2 lines are not covered
  • 8 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% (3/3) 83.18% (89/107) 80.69% (982/1217) 79.51% (1979/2489) 65.46% (10652/16272) 66.06% (37006/56022) 59.64% (13473/22589) 65.75% (166891/253812)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.02% ⬆️ +0.02% ⬆️ -0.01% ⬇️ +0.00% -0.01% ⬇️ +0.00%
🐾 Modified files 100.00% (2/2) 100.00% (2/2) 100.00% (8/8) 100.00% (17/17) 70.27% (78/111) 61.93% (244/394) 52.84% (93/176) 57.36% (935/1630)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.57% ⬆️ -0.03% ⬇️ n/a
🐾 Modified code lines 100.00% (2/2) 100.00% (2/2) 100.00% (8/8) n/a n/a 88.89% (16/18) 50.00% (1/2) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +26.96% ⬆️ -2.84% ⬇️ n/a
🐾 Indirect changes 100.00% (2/2) 83.33% (10/12) 73.68% (14/19) n/a n/a 50.00% (25/50) 44.44% (12/27) n/a

Annotations

Check warning on line 28 in core/src/main/java/jenkins/model/EnvironmentVariableParameterNameFormValidation.java

See this annotation in the file changed.

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

Not covered line

Line 28 is not covered by tests

Check warning on line 34 in core/src/main/java/jenkins/model/EnvironmentVariableParameterNameFormValidation.java

See this annotation in the file changed.

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

Not covered line

Line 34 is not covered by tests

Check warning on line 27 in core/src/main/java/jenkins/model/EnvironmentVariableParameterNameFormValidation.java

See this annotation in the file changed.

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

Partially covered line

Line 27 is only partially covered, one branch is missing