diff --git a/bex/tag_preprocessor/analyze.py b/bex/tag_preprocessor/analyze.py index 10a71cf..a8be5cc 100644 --- a/bex/tag_preprocessor/analyze.py +++ b/bex/tag_preprocessor/analyze.py @@ -173,7 +173,7 @@ def scan_directory(dir_path, gitignore_spec=None): return result -DEFAULT_COVERAGE = 0.8 +DEFAULT_COVERAGE = 0.05 VERBOSE = False _vstart = 0.0