Skip to content

Commit 919ccc1

Browse files
authored
Merge branch 'main' into main
2 parents 20acae7 + c556321 commit 919ccc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,17 @@ pythonpath = [
2626
"."
2727
]
2828
[tool.coverage.run]
29+
source = ["src"]
2930
omit = [
3031
"*/.cursor/extensions/*",
3132
"*/pythonFiles/lib/python/*",
3233
"*/site-packages/*",
34+
"src/json_repair/__main__.py",
3335
]
3436
[tool.coverage.report]
37+
include = [
38+
"src/json_repair/*",
39+
]
3540
exclude_also = [
3641
'def __repr__',
3742
'if self.debug:',
@@ -111,4 +116,4 @@ line-ending = "auto"
111116

112117
[tool.ruff.lint.per-file-ignores]
113118
# Explicit re-exports is fine in __init__.py, still a code smell elsewhere.
114-
"__init__.py" = ["PLC0414"]
119+
"__init__.py" = ["PLC0414"]

0 commit comments

Comments
 (0)