Skip to content

Commit 726d7d7

Browse files
committed
this too
1 parent 89ec9cc commit 726d7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ changelog = "https://github.com/pylhc/sdds/blob/master/CHANGELOG.md"
7373

7474
# ----- Testing ----- #
7575

76+
[tool.pytest.ini_options]
77+
addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=sdds"
78+
testpaths = ["tests"]
79+
7680
[tool.coverage.run]
7781
source = ["sdds/"]
7882

0 commit comments

Comments
 (0)