From b33250f651afc1ea9959bb88c870baa9b3027d58 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 24 Apr 2026 04:00:24 +0000 Subject: [PATCH] Comment out coverage and mutation testing in CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Disabled during early exploratory work — not enough library code to meaningfully measure yet. Assisted-by: GLM-5.1 via pi --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.54.0