summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 18fb85ba4..9ba8e8a5e 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -12,6 +12,7 @@ exclude_lines =
def __repr__
raise AssertionError
raise NotImplementedError
+ raise utils\.Unreachable
if __name__ == ["']__main__["']:
[xml]