summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-25 09:01:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-25 09:01:46 -0500
commitfddb6a2b177d795608b4d52e2b01b9c62df7bde4 (patch)
tree1699321071a372fee07ec44e938887fff45b48d5 /doc/config.rst
parent16682db69e225ab7d8c321fc2ae99ec690675dc6 (diff)
downloadpython-coveragepy-fddb6a2b177d795608b4d52e2b01b9c62df7bde4.tar.gz
More docs about plugins.
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index f5bc06a..df703ba 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -11,6 +11,7 @@ Configuration files
.. :history: 20110827T212700, updated for 3.5.1
.. :history: 20130926T222300, updated for 3.6.1
.. :history: 20140925T064700, updated for 4.0a1
+.. :history: 20150124T173400, updated for 4.0a4
Coverage.py options can be specified in a configuration file. This makes it
@@ -126,6 +127,9 @@ of measurement or reporting. See :ref:`source` for details.
id and random number to the data file name to simplify collecting data from
many processes. See :ref:`cmd_combining` for more information.
+``plugins`` (multi-string): a list of plugin package names. See :ref:`plugins`
+for more information.
+
``source`` (multi-string): a list of packages or directories, the source to
measure during execution. See :ref:`source` for details.