summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-06 08:49:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-06 08:49:56 -0400
commit9ff121cc1d3b5d90a585642fbba96961f1a249ab (patch)
tree2b3ed393abcb6279ab4d1f833390cdc4cf7b58f5 /doc/config.rst
parenteb93c0b91e1c320f59885103b3f5d6dea149ae06 (diff)
downloadpython-coveragepy-git-9ff121cc1d3b5d90a585642fbba96961f1a249ab.tar.gz
Document the --debug options.
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst3
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.