diff options
Diffstat (limited to 'doc/config.rst')
-rw-r--r-- | doc/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index c32d401e..7ff82021 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -93,6 +93,9 @@ standard library. ``data_file`` (string, default ".coverage"): the name of the data file to use for storing or reporting coverage. +``debug`` (multi-string): a list of debug options. See :ref:`the run +--debug option <cmd_run_debug>` for details. + ``include`` (multi-string): a list of filename patterns, the files to include in measurement or reporting. See :ref:`source` for details. |