aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-16 23:36:37 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-16 23:36:37 +0800
commit70b6cba4411f8cf41495c554141ecb66c92114d6 (patch)
tree1cbcd475e4d52c141398f56d7b305390ce8587a9
parente344d61ea4754df3233cdefb318cded94a7fafa9 (diff)
docs: Update cov-test.rs flag description
-rw-r--r--.run/src/bin/cov-test.rs8
1 files changed, 6 insertions, 2 deletions
diff --git a/.run/src/bin/cov-test.rs b/.run/src/bin/cov-test.rs
index ff2c3fc..f62ff01 100644
--- a/.run/src/bin/cov-test.rs
+++ b/.run/src/bin/cov-test.rs
@@ -9,8 +9,12 @@
//!
//! - `--object <PATH>`: include arbitrary binaries in the report
//! (upstream issue taiki-e/cargo-llvm-cov#367)
-//! - `--include-tests-examples-benches`: stop filtering those source dirs
-//! (upstream issue taiki-e/cargo-llvm-cov#503)
+//! - `--include-examples`: stop filtering source files under the
+//! `examples` directory (upstream issue taiki-e/cargo-llvm-cov#503)
+//!
+//! The script itself does not use `--include-examples`; it passes
+//! `--no-default-ignore-filename-regex` and supplies its own filter so that
+//! `tests`/`benches` directories stay in the report too.
//!
//! Install it with:
//!