diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-20 11:46:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-20 11:46:05 +0800 |
| commit | a5ab5528a9bb1cc523a0652f737109bb8823204b (patch) | |
| tree | c85d143c778748788b98c3ad0c34f7e7a6a4ca8a /.run/src | |
| parent | d11d5cf4af0e6a15d37260361e9849ea99d15836 (diff) | |
feat(ci): add coverage test job with cargo-llvm-cov
Diffstat (limited to '.run/src')
| -rw-r--r-- | .run/src/bin/cov-test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |
