diff --git a/doc/api/cli.md b/doc/api/cli.md index faade390886e9b..18c16aba1e7604 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2267,6 +2267,9 @@ This option may be specified multiple times to exclude 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 all the matching test files are excluded from the coverage report. +Specifying this option will override the default behavior. + ### `--test-coverage-functions=threshold`