Skip to content

Commit 30ce0a0

Browse files
committed
update pyproject
1 parent c22ffcb commit 30ce0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ignore_missing_imports = true
1616
# refer to: https://docs.pytest.org/en/stable/mark.html
1717
[tool.pytest.ini_options]
1818
minversion = "6.0"
19-
# addopts = "--cov-report term-missing --cov-report xml --cov=src/"
19+
addopts = "--cov-report term-missing --cov-report xml --cov=src/"
2020
testpaths = [
2121
"tests",
2222
]

0 commit comments

Comments
 (0)