diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-01 14:27:30 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-01 17:55:08 -0500 |
| commit | 7f68a21d4ba330cac84afadfbadb4f1ab750637e (patch) | |
| tree | 7790d3e68925e5433a1606725748db2e48397663 /doc | |
| parent | 12e019d59147688b2b4009a1ef09bf5c6cf54ca9 (diff) | |
| download | python-coveragepy-git-7f68a21d4ba330cac84afadfbadb4f1ab750637e.tar.gz | |
The [paths] setting is ordered. #649
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
