]> quire.kejadlen.dev Git - quire.git/commitdiff
Comment out coverage and mutation testing in CI
authorAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 04:00:24 +0000 (04:00 +0000)
committerAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 14:30:31 +0000 (07:30 -0700)
Disabled during early exploratory work — not enough library code
to meaningfully measure yet.

Assisted-by: GLM-5.1 via pi
.github/workflows/ci.yml

index 401dac3eb94bed3157e267f25fbb69952572dbf9..0b1f470cbb058fe8613acdfafbc35e085855f9aa 100644 (file)
@@ -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