We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22ffcb commit 30ce0a0Copy full SHA for 30ce0a0
pyproject.toml
@@ -16,7 +16,7 @@ ignore_missing_imports = true
16
# refer to: https://docs.pytest.org/en/stable/mark.html
17
[tool.pytest.ini_options]
18
minversion = "6.0"
19
-# addopts = "--cov-report term-missing --cov-report xml --cov=src/"
+addopts = "--cov-report term-missing --cov-report xml --cov=src/"
20
testpaths = [
21
"tests",
22
]
0 commit comments