Skip to content

Commit 5f7623d

Browse files
committed
Add pytest-cov
1 parent e83a306 commit 5f7623d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ content-type = "text/markdown"
2929
mri2mesh = "mri2mesh.cli:main"
3030

3131
[project.optional-dependencies]
32-
test = ["pytest"]
32+
test = ["pytest", "pytest-cov"]
3333

3434

3535
[tool.setuptools]

0 commit comments

Comments
 (0)