We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ec9cc commit 726d7d7Copy full SHA for 726d7d7
pyproject.toml
@@ -73,6 +73,10 @@ changelog = "https://github.com/pylhc/sdds/blob/master/CHANGELOG.md"
73
74
# ----- Testing ----- #
75
76
+[tool.pytest.ini_options]
77
+addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=sdds"
78
+testpaths = ["tests"]
79
+
80
[tool.coverage.run]
81
source = ["sdds/"]
82
0 commit comments