Skip to content

Commit 9c783a1

Browse files
committed
Adds configurations for pytest
1 parent 0663b60 commit 9c783a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ all = ["sagittal_average[dev,doc]"]
6262
Documentation = "https://UCL-COMP0233-24-25.github.io/sagittal_average/"
6363
Repository = "https://github.com/UCL-COMP0233-24-25/sagittal_average.git"
6464
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

Comments
 (0)