From ca7b8c026cc0510582f3edd49b8bcc0ba48b227b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 18 May 2014 18:11:59 -0400 Subject: Include all files when annotating, not just relative ones. #57 --- coverage/annotate.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'coverage/annotate.py') 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: -- cgit v1.2.1