summaryrefslogtreecommitdiff
path: root/coverage/sqldata.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-09 18:41:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-10-15 13:58:50 -0400
commitcb67b1feb2d68972f0eeb81a0e20b836b64c21dd (patch)
treea1da4137b476b6a201e14b8364a28c8100b893a2 /coverage/sqldata.py
parentc28544cc9a0c5113bd3a9279f47a2b7ea8826980 (diff)
downloadpython-coveragepy-git-cb67b1feb2d68972f0eeb81a0e20b836b64c21dd.tar.gz
feat: implicitly combine relative paths
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r--coverage/sqldata.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py
index 5d62b15b..5d7fbecf 100644
--- a/coverage/sqldata.py
+++ b/coverage/sqldata.py
@@ -596,7 +596,9 @@ class CoverageData(SimpleReprMixin):
"""Update this data with data from several other :class:`CoverageData` instances.
If `aliases` is provided, it's a `PathAliases` object that is used to
- re-map paths to match the local machine's.
+ re-map paths to match the local machine's. Note: `aliases` is None
+ only when called directly from the test suite.
+
"""
if self._debug.should("dataop"):
self._debug.write("Updating with data from {!r}".format(