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 c0bf3ec commit 3a1cb6eCopy full SHA for 3a1cb6e
pyproject.toml
@@ -252,17 +252,17 @@ parallel = false
252
omit = ["reactpy/__init__.py"]
253
254
[tool.coverage.report]
255
-fail_under = 95
+fail_under = 98
256
show_missing = true
257
skip_covered = true
258
sort = "Name"
259
-exclude_lines = [
+exclude_also = [
260
"no ?cov",
261
'\.\.\.',
262
"if __name__ == .__main__.:",
263
"if TYPE_CHECKING:",
264
]
265
-omit = ["reactpy/__main__.py"]
+omit = ["**/reactpy/__main__.py"]
266
267
[tool.ruff]
268
target-version = "py39"
0 commit comments