From cb67b1feb2d68972f0eeb81a0e20b836b64c21dd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 9 Oct 2022 18:41:24 -0400 Subject: feat: implicitly combine relative paths --- coverage/sqldata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'coverage/sqldata.py') 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( -- cgit v1.2.1