diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-20 11:42:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-20 11:42:07 +0800 |
| commit | d11d5cf4af0e6a15d37260361e9849ea99d15836 (patch) | |
| tree | d482b701f5b3a93aa602b9b362a2ac4bd1b946aa /.gitignore | |
| parent | 3115e70aac230bf86a65c4f50eaa561f36550b40 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 __*/ |
