[run]
source = src/openscad_mcp
omit = 
    */tests/*
    */__main__.py
    */test_*.py
    */.venv/*
    */venv/*
    
branch = True
parallel = True
concurrency = thread,multiprocessing

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    @(abc\.)?abstractmethod
    except ImportError:
    pass
    
precision = 2
show_missing = True
skip_covered = False

[html]
directory = htmlcov

[xml]
output = coverage.xml