summaryrefslogtreecommitdiff
path: root/coverage/annotate.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/annotate.py')
-rw-r--r--coverage/annotate.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/coverage/annotate.py b/coverage/annotate.py
index 19777eaf..8074df91 100644
--- a/coverage/annotate.py
+++ b/coverage/annotate.py
@@ -47,9 +47,6 @@ class AnnotateReporter(Reporter):
`cu` is the CodeUnit for the file to annotate.
"""
- if not cu.relative:
- return
-
filename = cu.filename
source = cu.source_file()
if self.directory: