diff --git a/pyproject.toml b/pyproject.toml index c6b2348..4aecd3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,3 +131,11 @@ convention = "numpy" [tool.ruff.flake8-pytest-style] fixture-parentheses = true + +[tool.coverage.run] +source = ["topofileformats"] +omit = [ + "topofileformats/_version.py", + "*tests*", + "**/__init__*", +] \ No newline at end of file