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 7182163 commit 7e3eed0Copy full SHA for 7e3eed0
1 file changed
pyproject.toml
@@ -51,6 +51,9 @@ where = ["src"]
51
addopts = "--cov=ml_project" # CHANGE (name of the importing module name)
52
testpaths = ["tests"]
53
54
+log_cli = true
55
+log_cli_level = INFO
56
+
57
[tool.coverage.report]
58
omit = [
59
"src/ml_project/_version.py", # CHANGE
0 commit comments