From d11d5cf4af0e6a15d37260361e9849ea99d15836 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 20 Jul 2026 11:42:07 +0800 Subject: feat: add coverage test runner script Add a helper script `.run/src/bin/cov-test.rs` that generates HTML coverage reports using `cargo llvm-cov` and moves the output files to the `docs/cov-test/` directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 274c6cf..63d40ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ # Temp file for .run/src/bin/deploy-api-docs.rs docs/api-docs/ +# Temp file for .run/src/bin/cov-test.rs +docs/cov-test/ + # Drafts __*.md __*/ -- cgit