Skip to content

Commit ebb009a

Browse files
committed
fix coverage
1 parent d53576b commit ebb009a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ omit = [
232232
"src/reactpy/__init__.py",
233233
"src/reactpy/_console/*",
234234
"src/reactpy/__main__.py",
235-
"src/reactpy/pyscript/layout_handler.py",
236-
"src/reactpy/pyscript/component_template.py",
235+
"src/reactpy/executors/pyscript/layout_handler.py",
236+
"src/reactpy/executors/pyscript/component_template.py",
237237
]
238238

239239
[tool.coverage.report]

0 commit comments

Comments
 (0)