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
commit8751ff59c235e1d20a19a8e7356a9e3cce236ca5 (patch)
tree74f94c17e3c0eb97ba209ca4d27d57b46cea9061 /doc/config.rst
parentb8166d18d4e48c9ae6c7b9e3ef0e9ec9b120e173 (diff)
downloadpython-coveragepy-git-8751ff59c235e1d20a19a8e7356a9e3cce236ca5.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 f5bc06a1..df703ba9 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.