diff --git a/pyproject.toml b/pyproject.toml index 3a2f2c7c..08f4d999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,3 +65,9 @@ exclude = ["docs/*"] [tool.autopep8] max_line_length = 99 ignore = ["E133", "E221", "E226", "E228", "E241", "W503"] + +[tool.coverage.run] +branch = false + +[tool.coverage.report] +precision = 2