We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f17aa commit 34196aaCopy full SHA for 34196aa
pyproject.toml
@@ -90,3 +90,11 @@ required-imports = ["from __future__ import annotations"]
90
exclude_lines = [
91
"if TYPE_CHECKING:",
92
]
93
+
94
+[tool.pytest.ini_options]
95
+addopts = [
96
+ "-vv",
97
+ "--cov=barcode",
98
+ "--cov-report=term-missing:skip-covered",
99
+ "--no-cov-on-fail",
100
+]
setup.cfg
0 commit comments