summaryrefslogtreecommitdiff
path: root/coverage/annotate.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-18 18:11:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-18 18:11:59 -0400
commitca7b8c026cc0510582f3edd49b8bcc0ba48b227b (patch)
treeef024c1065c85a60bbdff93dbb6cfc5d1b37169d /coverage/annotate.py
parent99f071979aa0852356fd84663e0cff3cdb13a7ec (diff)
downloadpython-coveragepy-ca7b8c026cc0510582f3edd49b8bcc0ba48b227b.tar.gz
Include all files when annotating, not just relative ones. #57
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 19777ea..8074df9 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: