From 3d98f09019c02f72684a839e2a567c495ee56ef8 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 29 Apr 2019 10:26:39 -0700 Subject: [PATCH] Add coverage excludes --- .coveragerc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.coveragerc b/.coveragerc index 0df8ae34..df762ed7 100644 --- a/.coveragerc +++ b/.coveragerc @@ -8,6 +8,8 @@ omit = */tests/* # ignore the debug utilities debug.py + # ignore the no DRC/LVS tool options + none.py [paths] source = ../.. @@ -21,6 +23,8 @@ source = exclude_lines = pragma: no cover def __repr__ + def __str__ + class gdsStreamer except Exception raise AssertionError raise NotImplementedError