diff --git a/pyproject.toml b/pyproject.toml index 2995a6d..019633a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,9 @@ data_file = "/tmp/deploy_tools.coverage" # Tests are run from installed location, map back to the src directory source = ["src", "**/site-packages/"] +[tool.coverage.report] +fail_under = 0 + # tox must currently be configured via an embedded ini string # See: https://github.com/tox-dev/tox/issues/999 [tool.tox]