From 0ee48cda9c9521d543a7c296d9119bdd801e3318 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 26 Sep 2013 22:24:01 -0400 Subject: Allow relative paths in the [paths] aliases. #267. --- doc/config.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index b74e9f4..c32d401 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -9,6 +9,7 @@ Configuration files :history: 20100824T092900, added ``precision``. :history: 20110604T184400, updated for 3.5. :history: 20110827T212700, updated for 3.5.1 +:history: 20130926T222300, updated for 3.6.1 Coverage.py options can be specified in a configuration file. This makes it @@ -130,7 +131,8 @@ list. The first value must be an actual file path on the machine where the reporting will happen, so that source code can be found. The other values can be file -patterns to match against the paths of collected data. +patterns to match against the paths of collected data, or they can be absolute +or relative file paths on the current machine. See :ref:`cmd_combining` for more information. -- cgit v1.2.1