Skip to content

Commit

Permalink
fixing pyproject for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mklasby committed Aug 30, 2024
1 parent 96eaa56 commit 3e976a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3e976a0

Please sign in to comment.