@@ -10,3 +10,4 @@ branch = True
exclude_lines =
skip coverage
@abc.abstractmethod
+ @abc.abstractproperty
@@ -1,3 +1,12 @@
[run]
plugins = Cython.Coverage
-omit = */tests/*
+omit =
+ */tests/*
+ kwant/graph/dissection.py
+ kwant/_kwant_version.py
+ */__init__.py
+branch = True
+[report]
+exclude_lines =
+ skip coverage
+ @abc.abstractmethod
@@ -1,2 +1,3 @@
+plugins = Cython.Coverage
omit = */tests/*
new file mode 100644
@@ -0,0 +1,2 @@
+[run]
+omit = */tests/*