diff --git a/pyproject.toml b/pyproject.toml index 2ff1133..6cbb8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ exclude_also = [ max-line-length = 80 [tool.pytest.ini_options] -addopts = "--cov=amber -p no:warnings" +addopts = "--cov=. -p no:warnings" pythonpath = "." testpaths = [ "amber-tests",