Skip to content

Commit 465e6d0

Browse files
committed
incldue coverage from subpackages
raise coverage bar back up to 72 at least
1 parent 9650b0f commit 465e6d0

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,23 @@ ignore-words-list = "te, TreeE, selectin"
234234

235235

236236
[tool.coverage.run]
237-
source = ["reflex"]
237+
source = [
238+
"reflex",
239+
"reflex_components_code",
240+
"reflex_components_core",
241+
"reflex_components_dataeditor",
242+
"reflex_components_gridjs",
243+
"reflex_components_lucide",
244+
"reflex_components_markdown",
245+
"reflex_components_moment",
246+
"reflex_components_plotly",
247+
"reflex_components_radix",
248+
"reflex_components_react_player",
249+
"reflex_components_recharts",
250+
"reflex_components_sonner",
251+
"reflex_core",
252+
"reflex_docgen",
253+
]
238254
branch = true
239255
omit = [
240256
"*/pyi_generator.py",
@@ -247,7 +263,7 @@ omit = [
247263
[tool.coverage.report]
248264
show_missing = true
249265
# TODO bump back to 79
250-
fail_under = 50
266+
fail_under = 72
251267
precision = 2
252268
ignore_errors = true
253269

0 commit comments

Comments
 (0)