From 70b6cba4411f8cf41495c554141ecb66c92114d6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 23:36:37 +0800 Subject: docs: Update cov-test.rs flag description --- .run/src/bin/cov-test.rs | 8 ++++++-- 1 file 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 `: 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: //! -- cgit