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

thanos / ExZarr / 5112748eaf9aaa3be252e0b6a346015b483db341-PR-230
75%
main: 75%

Build:
Build:
LAST BUILD BRANCH: v1.1.0/review_fixes
DEFAULT BRANCH: main
Ran 12 Jun 2026 09:07PM UTC
Jobs 1
Files 57
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

12 Jun 2026 09:05PM UTC coverage: 74.742%. First build
5112748eaf9aaa3be252e0b6a346015b483db341-PR-230

Pull #230

github

thanos
Fixed the Documentation job failure.

Root cause
mix zig.get downloads Zig over HTTP using :httpc, which calls :http_util.timestamp/0. That module was removed in OTP 28, so the step crashed:

(UndefinedFunctionError) function :http_util.timestamp/0 is undefined
    (zig_get 0.16.0) Mix.Tasks.Zig.Get.http_get!/1
CI already installs Zig 0.16.0 via goto-bus-stop/setup-zig@v2, and zigler resolves it through System.find_executable("zig") or ZIG_EXECUTABLE_PATH — mix zig.get is redundant.

Fix (.github/workflows/ci.yml)
Removed mix zig.get from all three jobs (test, quality, docs)
Added a Verify Zig toolchain step that sets ZIG_EXECUTABLE_PATH and runs zig version
Removed the obsolete Cache Zig step (it cached mix zig.get downloads)
Verified locally: MIX_ENV=dev mix docs succeeds with system Zig only.
Pull Request #230: Fix v1.1.0 review findings: correctness, CI, telemetry, and tests

88 of 170 new or added lines in 8 files covered. (51.76%)

3477 of 4652 relevant lines covered (74.74%)

877.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
59
0.0
lib/mix/tasks/livebook.test.ex
9
35.71
lib/ex_zarr/streaming/producer.ex
6
89.31
lib/ex_zarr/streaming.ex
4
33.33
lib/ex_zarr/gen_stage.ex
3
0.0
lib/ex_zarr/gen_stage/slice_producer.ex
1
90.91
lib/ex_zarr/broadway/chunk_producer.ex
Jobs
ID Job ID Ran Files Coverage
1 5112748eaf9aaa3be252e0b6a346015b483db341-PR-230.1 12 Jun 2026 09:07PM UTC 57
74.74
GitHub Action Run
Source Files on build 5112748eaf9aaa3be252e0b6a346015b483db341-PR-230
  • Tree
  • List 57
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #230
  • 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