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 0663b60 commit 9c783a1Copy full SHA for 9c783a1
pyproject.toml
@@ -62,3 +62,6 @@ all = ["sagittal_average[dev,doc]"]
62
Documentation = "https://UCL-COMP0233-24-25.github.io/sagittal_average/"
63
Repository = "https://github.com/UCL-COMP0233-24-25/sagittal_average.git"
64
Issues = "https://github.com/UCL-COMP0233-24-25/sagittal_average/issues"
65
+
66
+[tool.pytest.ini_options]
67
+addopts = "--cov='sagittal_average' --cov-report html --doctest-modules"
0 commit comments