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

JuliaIO / Zarr.jl / 27812659413
90%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2026 07:51AM UTC
Jobs 12
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 Jun 2026 07:44AM UTC coverage: 89.527%. Remained the same
27812659413

push

github

web-flow
fix: write chunks in the ConcurrentRead write_items! path (#297)

* fix: write chunks in the ConcurrentRead write_items! path

write_items!(::ConcurrentRead, ...) wrote a chunk with
`store_writechunk(s, data, p, ii, e) = data`, which Julia parses as a no-op
local function definition rather than a call. Stores using the ConcurrentRead
strategy (e.g. S3Store) therefore persisted array metadata but silently dropped
all chunk data, with no error raised. The SequentialRead path calls
store_writechunk correctly.

Drop the `= data` so the chunk is actually written. Adds a regression test
using a DictStore wrapper that advertises ConcurrentRead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: add changelog entry for #297

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

0 of 1 new or added line in 1 file covered. (0.0%)

1667 of 1862 relevant lines covered (89.53%)

18669.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
78.23
0.0% src/Storage/Storage.jl
Jobs
ID Job ID Ran Files Coverage
1 run-lts-windows-latest-default - 27812659413.1 19 Jun 2026 07:59AM UTC 33
88.0
GitHub Action Run
2 run-nightly-windows-latest-default - 27812659413.2 19 Jun 2026 07:56AM UTC 32
87.97
GitHub Action Run
3 run-nightly-macOS-latest-default - 27812659413.3 19 Jun 2026 07:51AM UTC 32
87.97
GitHub Action Run
4 run-lts-macOS-latest-default - 27812659413.4 19 Jun 2026 07:52AM UTC 33
88.0
GitHub Action Run
5 run-nightly-ubuntu-latest-default - 27812659413.5 19 Jun 2026 07:54AM UTC 32
87.97
GitHub Action Run
6 run-pre-windows-latest-default - 27812659413.6 19 Jun 2026 07:59AM UTC 32
88.02
GitHub Action Run
7 run-1-macOS-latest-default - 27812659413.7 19 Jun 2026 07:52AM UTC 32
88.01
GitHub Action Run
8 run-1-windows-latest-default - 27812659413.8 19 Jun 2026 07:55AM UTC 32
88.01
GitHub Action Run
9 run-1-ubuntu-latest-default - 27812659413.9 19 Jun 2026 07:53AM UTC 32
88.01
GitHub Action Run
10 run-pre-ubuntu-latest-default - 27812659413.10 19 Jun 2026 07:53AM UTC 32
88.02
GitHub Action Run
11 run-lts-ubuntu-latest-default - 27812659413.11 19 Jun 2026 07:55AM UTC 33
88.0
GitHub Action Run
12 run-pre-macOS-latest-default - 27812659413.12 19 Jun 2026 07:55AM UTC 32
88.02
GitHub Action Run
Source Files on build 27812659413
  • Tree
  • List 33
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27812659413
  • 71bdb9de on github
  • Prev Build on master (#27189475829)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc