• v0.1.19 601ea16fcd

    v0.1.19 Stable

    gitea_admin released this 2026-07-03 13:05:27 +00:00 | 1261 commits to main since this release

    • feat(zerotea): mutation-smoke cron (Guard 4) — a self-contained 6h
      CronWorkflow that anon-clones staging and flips a rotating sample of
      behaviour-changing operators in src/** (==!=, <=>,
      return true/false, and/or), re-running zig build test. A SURVIVING
      mutant (suite still green) is a candidate vacuous test / missing assertion and
      fails the run — the alert. Survivors are framed as REVIEW CANDIDATES
      (equivalent mutants survive legitimately). Zerotea-scoped only; does not touch
      the shared pipeline-staging.yaml.
    • fix(zerotea): coverage gate fails CLOSED in CI. The three kcov-unavailable
      fallbacks (kcov absent / wrapper won't build / kcov emits no percent) used to
      WARN-and-continue, so the 85% floor could silently stop being enforced. They
      now exit 1 when COV_REQUIRE=1 (defaulted from the CI-only REPO export;
      a local ./build.sh with REPO unset still skips-with-WARN). The >=floor
      comparison already failed closed and is unchanged.
    Downloads