summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
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]
-----