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

[JENKINS-72540] FilePath.copyRecursiveTo() copying now also if local and remote have incompatible character sets at binary level #8860

Merged
merged 2 commits into from
Mar 5, 2024

revise copyRecursiveTo to use same file name encoding locally and remote

154923b
Select commit
Failed to load commit list.
Merged

[JENKINS-72540] FilePath.copyRecursiveTo() copying now also if local and remote have incompatible character sets at binary level #8860

revise copyRecursiveTo to use same file name encoding locally and remote
154923b
Select commit
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Jan 12, 2024 in 0s

Line Coverage: 88.00% (+12.50%)

Summary for modified lines

  • 50 lines have been modified
  • 3 lines are not covered

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.81% (88/105) 80.65% (967/1199) 79.17% (1938/2448) 66.24% (10469/15804) 66.80% (36677/54903) 59.92% (13301/22199) 66.57% (165710/248926)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.02% ⬆️ +0.04% ⬆️ +0.05% ⬆️ +0.04% ⬆️
🐾 Modified files 100.00% (2/2) 100.00% (2/2) 100.00% (4/4) 81.48% (66/81) 82.46% (268/325) 75.50% (974/1290) 69.14% (372/538) 75.57% (4315/5710)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.11% ⬆️ +0.00% n/a
🐾 Modified code lines 100.00% (2/2) 100.00% (2/2) 100.00% (4/4) n/a n/a 88.00% (22/25) n/a n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +12.50% ⬆️ n/a n/a
🐾 Indirect changes 100.00% (2/2) 70.00% (7/10) 57.89% (11/19) n/a n/a 67.24% (39/58) 66.67% (24/36) n/a

Annotations

Check warning on line 2995 in core/src/main/java/hudson/FilePath.java

See this annotation in the file changed.

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

Not covered line

Line 2995 is not covered by tests

Check warning on line 3018 in core/src/main/java/hudson/FilePath.java

See this annotation in the file changed.

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

Not covered line

Line 3018 is not covered by tests

Check warning on line 3039 in core/src/main/java/hudson/FilePath.java

See this annotation in the file changed.

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

Not covered line

Line 3039 is not covered by tests