Skip to content

Commit 170afd7

Browse files
adamtheturtleclaude
andcommitted
Include ci/ in coverage source
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1209106 commit 170afd7

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
@@ -374,7 +374,7 @@ run.omit = [
374374
"src/mock_vws/_flask_server/healthcheck.py",
375375
]
376376
run.parallel = true
377-
run.source = [ "src/", "tests/" ]
377+
run.source = [ "ci/", "src/", "tests/" ]
378378
report.exclude_also = [
379379
"class .*\\bProtocol\\):",
380380
"if TYPE_CHECKING:",

0 commit comments

Comments
 (0)