From b1ae62cbe6859346ea46bfdb4aae9715cb5f78a9 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 10 Jun 2016 16:49:52 -0400 Subject: [PATCH] Restore display of missing lines. Coverage 4.1 defaults 'show_missing' to False. --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index 58d9a3a..571336a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,3 +2,4 @@ exclude_lines = # pragma: no cover class I[A-Z]\w+\((Interface|I[A-Z].*)\): +show_missing = true