diff --git a/pyproject.toml b/pyproject.toml index 78a35d36..03c38324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,6 +95,15 @@ Changelog = "https://github.com/cleder/pygeoif/blob/develop/docs/HISTORY.rst" Documentation = "https://pygeoif.readthedocs.io/" Homepage = "https://github.com/cleder/pygeoif/" +[tool.coverage.paths] +source = [ + "pygeoif", + "tests", +] + +[tool.coverage.run] +branch = true + [tool.flake8] max_line_length = 88