Skip to content

Support configurable checksum algorithms for s3 uploads#367

Open
prathamalwayscomeslast wants to merge 7 commits into
jenkinsci:masterfrom
prathamalwayscomeslast:configurable-checksum-algo
Open

Support configurable checksum algorithms for s3 uploads#367
prathamalwayscomeslast wants to merge 7 commits into
jenkinsci:masterfrom
prathamalwayscomeslast:configurable-checksum-algo

fix: propagate correct default

47accf2
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Mar 25, 2026 in 0s

Line Coverage: 19.23% (-25.00%), Branch Coverage: 0.00% (-30.00%)

Summary for modified lines

  • 64 lines have been modified
  • 21 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) 100.00% (2/2) 85.71% (18/21) 85.29% (29/34) 53.09% (129/243) 48.47% (540/1114) 36.71% (174/474) 47.48% (2307/4859)
📈 Overall project (difference to reference job) ±0% ±0% ±0% ±0% -1.12% ⬇️ -0.75% ⬇️ -0.63% ⬇️ -0.95% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (2/2) 80.00% (4/5) 80.00% (8/10) 50.94% (54/106) 44.23% (230/520) 30.00% (66/220) 44.70% (1067/2387)
📈 Modified files (difference to reference job) N/A N/A N/A N/A N/A -1.46% ⬇️ -1.13% ⬇️ N/A
🐾 Modified code lines 100.00% (1/1) 100.00% (2/2) 80.00% (4/5) N/A N/A 19.23% (5/26) 0.00% (0/8) N/A
📈 Modified code lines (difference to modified files) N/A N/A N/A N/A N/A -25.00% ⬇️ -30.00% ⬇️ N/A

Annotations

Check warning on line 269 in src/main/java/hudson/plugins/s3/S3BucketPublisher.java

See this annotation in the file changed.

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

Not covered lines

Lines 256-269 are not covered by tests

Check warning on line 204 in src/main/java/hudson/plugins/s3/S3Profile.java

See this annotation in the file changed.

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

Not covered lines

Lines 167-204 are not covered by tests

Check warning on line 34 in src/main/java/hudson/plugins/s3/callable/S3BaseUploadCallable.java

See this annotation in the file changed.

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

Not covered lines

Lines 33-34 are not covered by tests

Check warning on line 71 in src/main/java/hudson/plugins/s3/callable/S3BaseUploadCallable.java

See this annotation in the file changed.

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

Not covered line

Line 71 is not covered by tests

Check warning on line 31 in src/main/java/hudson/plugins/s3/callable/S3GzipCallable.java

See this annotation in the file changed.

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

Not covered lines

Lines 27-31 are not covered by tests

Check warning on line 19 in src/main/java/hudson/plugins/s3/callable/S3UploadCallable.java

See this annotation in the file changed.

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

Not covered lines

Lines 18-19 are not covered by tests