From a5ab5528a9bb1cc523a0652f737109bb8823204b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 20 Jul 2026 11:46:05 +0800 Subject: feat(ci): add coverage test job with cargo-llvm-cov --- .run/src/bin/cov-test.rs | 1 - 1 file changed, 1 deletion(-) (limited to '.run/src') diff --git a/.run/src/bin/cov-test.rs b/.run/src/bin/cov-test.rs index e5b7f1e..a53f74c 100644 --- a/.run/src/bin/cov-test.rs +++ b/.run/src/bin/cov-test.rs @@ -1,5 +1,4 @@ use std::fs; -use std::path::PathBuf; use tools::{println_cargo_style, run_cmd}; const OUTPUT_DIR: &str = "docs/cov-test"; -- cgit