Skip to content

Enable chunked extensible compression mode in CZIcmd - #173

Open
cgohlke wants to merge 1 commit into
ZEISS:mainfrom
cgohlke:patch-1
Open

Enable chunked extensible compression mode in CZIcmd#173
cgohlke wants to merge 1 commit into
ZEISS:mainfrom
cgohlke:patch-1

Conversation

@cgohlke

@cgohlke cgohlke commented Jul 11, 2026

Copy link
Copy Markdown

STOP - Read this First!

Reporting a security vulnerability?
Check out the project's security policy.

Description

Enable chunked extensible compression mode in CZIcmd.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

CZIcmd.exe -c CreateCZI -o test_chunked_lz4 --compressionopts "chunked:ChunkedMaxChunkSize=32768;ChunkedCodec=lz4;PreProcess=HiLoByteUnpack"

Checklist:

  • I followed the Contributing Guidelines.
  • I did a self-review.
  • I commented my code, particularly in hard-to-understand areas.
  • I updated the documentation.
  • I updated the version of libCZI following Versioning of libCZI depending on the type of change
    • Bug fix -> PATCH
    • New feature -> MINOR
    • Breaking change -> MAJOR
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

@codecov

codecov Bot commented Jul 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.91%. Comparing base (3ec0807) to head (11b7908).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   67.91%   67.91%           
=======================================
  Files          99       99           
  Lines       13467    13467           
=======================================
  Hits         9146     9146           
  Misses       4321     4321           
Flag Coverage Δ
windows-latest 67.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant