From 0818611c63a243e35a710d325bc63ffa93ef3cd7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 26 Nov 2022 14:09:29 -0500 Subject: feat: implicit path mapping during reporting. #1212 --- doc/config.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index ba3243a7..1c7e9ea2 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -346,6 +346,10 @@ 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. +Remapping will also be done during reporting, but only within the single data +file being reported. Combining multiple files requires the ``combine`` +command. + The ``--debug=pathmap`` option can be used to log details of the re-mapping of paths. See :ref:`the --debug option `. -- cgit v1.2.1