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 536b291 commit bf7b224Copy full SHA for bf7b224
pyproject.toml
@@ -73,6 +73,8 @@ changelog = "https://github.com/pylhc/optics_functions/blob/master/CHANGELOG.md"
73
# ----- Testing ----- #
74
75
[tool.pytest.ini_options]
76
+addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=optics_functions"
77
+testpaths = ["tests"]
78
markers = [
79
"basic: basic tests run for every commit",
80
"extended: test run on PRs",
0 commit comments