summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-17 07:52:24 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-01 08:35:04 -0500
commit013e9de08c0747fddf92cc1fdac1d1f39185aa3b (patch)
treeada87dee565d5b167e424df6d9143ec49de349fa /doc/config.rst
parent10e41ab0dc165b3fd010345ab0fb1ed319d2f230 (diff)
downloadpython-coveragepy-git-013e9de08c0747fddf92cc1fdac1d1f39185aa3b.tar.gz
Experimental: relative_files to support relative file names.
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index ed0024cb..052bb023 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -188,6 +188,15 @@ many processes. See :ref:`cmd_combining` for more information.
``plugins`` (multi-string): a list of plugin package names. See :ref:`plugins`
for more information.
+.. _config_run_relative_files:
+
+``relative_files`` (boolean, default False): *Experimental*: store relative
+file paths in the data file. This makes it easier to measure code in one (or
+multiple) environments, and then report in another. See :ref:`cmd_combining`
+for details.
+
+.. versionadded:: 5.0
+
.. _config_run_source:
``source`` (multi-string): a list of packages or directories, the source to