aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 398ff08a..b891cb7c 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,2 +1,6 @@
[run]
branch = True
+
+[report]
+exclude_lines =
+ @abc.abstractmethod