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