From 7f68a21d4ba330cac84afadfbadb4f1ab750637e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 Dec 2019 14:27:30 -0500 Subject: The [paths] setting is ordered. #649 --- doc/config.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index 052bb023..8277cc76 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -238,6 +238,9 @@ In this example, data collected for "/jenkins/build/1234/src/module.py" will be combined with data for "c:\myproj\src\module.py", and will be reported against the source file found at "src/module.py". +If you specify more than one list of paths, they will be considered in order. +The first list that has a match will be used. + See :ref:`cmd_combining` for more information. -- cgit v1.2.1