• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaIO / Zarr.jl / 35620748692
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: ZarrHTTP-v0.11.0
DEFAULT BRANCH: main
Ran 21 Sep 2026 04:05PM UTC
Jobs 2
Files 33
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Sep 2026 09:38AM UTC coverage: 89.279%. First build
35620748692

Pull #332

github

asinghvi17
Hold MetadataV3 chunks in a Ref so resize! can replace the grid

A rectilinear grid depends on the array shape, which is already a Ref so
that `resize!` can change it. Rebuilding the regular axes on every read
left `metadata.chunks` stale and could not express a resized irregular
axis.

- `MetadataV3.chunks` is a `RefValue` holding an `NTuple` or `GridChunks`;
  `MetadataV2` is unchanged and shared code reads through `chunkspec`.
- Growing an irregular axis appends one chunk covering the added extent,
  as zarr-python does. Shrinking one still throws before mutating, since
  zarr-python expresses that with overflowing edges.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YY277jAB9XVg9KqrBuxL38
Pull Request #332: Support irregular chunking

173 of 180 new or added lines in 3 files covered. (96.11%)

1857 of 2080 relevant lines covered (89.28%)

2974.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
94.06
ZarrCore/src/ZArray.jl
2
95.65
ZarrCore/src/metadata3.jl
1
84.55
ZarrCore/src/metadata.jl
Jobs
ID Job ID Ran Files Coverage
1 run-pre-ubuntu-latest-default - 35620748692.1 21 Sep 2026 04:05PM UTC 33
89.28
GitHub Action Run
2 run-1-ubuntu-latest-default - 35620748692.2 21 Sep 2026 04:05PM UTC 33
89.28
GitHub Action Run
Source Files on build 35620748692
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35620748692
  • Pull Request #332
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc