From 3e976a0aded9e392307a100106a37dd6a3edfdda Mon Sep 17 00:00:00 2001 From: Mike Lasby Date: Fri, 30 Aug 2024 16:45:47 -0600 Subject: [PATCH] fixing pyproject for coverage report --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99f23cc..9232738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,10 +56,10 @@ exclude =''' [tool.pytest.ini_options] pythonpath = [ - ".", "./src", "./tests" + ".", "./sparsimony", "./tests" ] -# addopts = "--cov src --cov-report html --cov-branch --import-mode importlib" -addopts = "--import-mode importlib" +addopts = "--cov ./sparsimony --cov-report html --cov-branch --import-mode importlib" +# addopts = "--import-mode importlib" markers = [ "integration", "slow",