feature/treesitter-tag-queries #2

Open
tobi wants to merge 78 commits from feature/treesitter-tag-queries into main
Showing only changes of commit 11364151a6 - Show all commits

View file

@ -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