Skip to content

Commit 320aa64

Browse files
committed
make source a list
1 parent 0f9bb26 commit 320aa64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ dev = [
169169

170170

171171
[tool.coverage.run]
172-
source = "reflex"
172+
source = ["reflex"]
173173
branch = true
174174
omit = [
175175
"*/pyi_generator.py",

0 commit comments

Comments
 (0)