summaryrefslogtreecommitdiff
path: root/coverage/sqldata.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r--coverage/sqldata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py
index 9aa2b129..bb26e4d5 100644
--- a/coverage/sqldata.py
+++ b/coverage/sqldata.py
@@ -212,6 +212,8 @@ class CoverageData(AutoReprMixin):
"""
+ _real = True # to distinguish from a placebo in control.py
+
def __init__(
self,
basename: Optional[str] = None,