From: Alpha Chen Date: Fri, 24 Apr 2026 04:00:24 +0000 (+0000) Subject: Comment out coverage and mutation testing in CI X-Git-Url: http://quire.kejadlen.dev/?a=commitdiff_plain;h=b33250f;p=quire.git Comment out coverage and mutation testing in CI Disabled during early exploratory work — not enough library code to meaningfully measure yet. Assisted-by: GLM-5.1 via pi --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401dac3..0b1f470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,10 @@ jobs: - run: cargo install grcov cargo-mutants just - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 - run: cargo fmt --check - - run: just clippy coverage - - run: just mutants + - run: just clippy test + # Coverage and mutation testing disabled during early exploratory work. + # - run: just coverage + # - run: just mutants zizmor: name: Audit workflows