We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588099f commit 31f6949Copy full SHA for 31f6949
setup.cfg
@@ -39,3 +39,7 @@ exclude =
39
# This contains builds of flake8 that we don't want to check
40
dist
41
max-complexity = 10
42
+
43
+[coverage:run]
44
+omit =
45
+ flask_caching/contrib/*
0 commit comments