-
v0.1.5 Stable
released this
2026-07-02 16:53:10 +00:00 | 1323 commits to main since this releaseFixed
- zerotea coverage gate: compile the kcov wrapper with
-fllvm. zig 0.16's
default self-hosted x86_64 backend emits DWARF the in-cluster debian kcov
can't read — user code was invisible, so the first hard-gated release run
measured 0.00% and correctly failed. With the LLVM backend kcov reads
99.58%, deterministic across runs (the original research validated on a
Homebrew/macOS kcov, which masked the backend difference).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- zerotea coverage gate: compile the kcov wrapper with