summaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-11-01 23:06:52 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-11-01 23:06:52 +0100
commit35280e9a6507c90c224c7e67e10919fad396a7ca (patch)
tree9d6b80db275742b02872cd807939067effb15c98 /.coveragerc
parentd7b6cc352726405fd81bf6ff6cef969bde16f8f0 (diff)
label platform code, exclude freebsd and unknown platform from coverage measurement
this coverage configuration is mostly for travis and there we only can test linux and darwin.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 0ae90754e..065ae4337 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -10,6 +10,8 @@ omit =
[report]
exclude_lines =
pragma: no cover
+ pragma: freebsd only
+ pragma: unknown platform only
def __repr__
raise AssertionError
raise NotImplementedError