summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-03-02 19:16:49 -0500
committerJulian Berman <Julian@GrayVines.com>2021-03-02 19:16:49 -0500
commit2fdf4751635b8463ca7fe862ef91914f2ec4d91c (patch)
treeac886db63d98eb47a4b122d35e9e779429478114
parentbaf3b37dbc1240fea0ae2c06ddd586f3c15a342e (diff)
downloadjsonschema-2fdf4751635b8463ca7fe862ef91914f2ec4d91c.tar.gz
Ignore the fuzz module from coverage for now as well.
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 0f24d2f..0d30ffb 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,4 +2,4 @@
[run]
branch = True
source = jsonschema
-omit = */jsonschema/_reflect.py,*/jsonschema/__main__.py,*/jsonschema/benchmarks/*
+omit = */jsonschema/_reflect.py,*/jsonschema/__main__.py,*/jsonschema/benchmarks/*,*/jsonschema/tests/fuzz_validate.py