diff --git a/doc/api/cli.md b/doc/api/cli.md index eeb7f25f4f82d9..a3c62d072ac0d0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2352,6 +2352,9 @@ This option may be specified multiple times to include multiple glob patterns. If both `--test-coverage-exclude` and `--test-coverage-include` are provided, files must meet **both** criteria to be included in the coverage report. +By default, the files being tested are excluded from code coverage. They can be explicitly +included via this flag. + ### `--test-coverage-lines=threshold`