summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-24 14:07:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-24 14:07:34 -0500
commitdcd6abc36395931aa37a9f5b70520d05c4d6282e (patch)
tree2ffa372b50efdd87368436e15a717b44af468777 /doc/config.rst
parenta5e806e65bb5a666866245af91c9a8c887324e91 (diff)
downloadpython-coveragepy-git-dcd6abc36395931aa37a9f5b70520d05c4d6282e.tar.gz
Update the changes.rst file in the docs
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index f9168ea6..7d4e092b 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -87,6 +87,8 @@ Here's a sample configuration file::
directory = coverage_html_report
+.. _config_run:
+
[run]
-----
@@ -158,6 +160,8 @@ or relative file paths on the current machine.
See :ref:`cmd_combining` for more information.
+.. _config_report:
+
[report]
--------
@@ -191,9 +195,10 @@ example "87%". A value of 2 will display percentages like "87.32%".
``show_missing`` (boolean, default False): when running a summary report, show
missing lines. See :ref:`cmd_summary` for more information.
-``skip_covered`` (boolean, default False): when running a cli summary report,
+``skip_covered`` (boolean, default False): when running a summary report,
skip 100% covered files. See :ref:`cmd_summary` for more information.
+
.. _config_html:
[html]
@@ -213,6 +218,8 @@ overwrite as many of the rules as you like.
Note this is text, not HTML.
+.. _config_xml:
+
[xml]
-----