summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 0294caf..0f24d2f 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,4 +2,4 @@
[run]
branch = True
source = jsonschema
-omit = */jsonschema/_reflect.py,*/jsonschema/__main__.py
+omit = */jsonschema/_reflect.py,*/jsonschema/__main__.py,*/jsonschema/benchmarks/*