Skip to content

Commit 821f9de

Browse files
style: auto-format code with ruff
1 parent dc29142 commit 821f9de

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -545,20 +545,6 @@ env = []
545545
[tool.coverage.run]
546546
source = ["src/orb"]
547547
branch = true
548-
omit = [
549-
# k8s_legacy is the legacy HostFactory plugin: it has its own test suite
550-
# under src/orb/k8s_legacy/tests (in pytest testpaths) that runs separately
551-
# from the main legs, so it always shows 0% here and unfairly drags the
552-
# combined number. Exclude it from the main coverage report.
553-
"src/orb/k8s_legacy/*",
554-
# Test files that live under src/ are not production source.
555-
"*/tests/*",
556-
# Thin process entrypoints / daemon lifecycle: not meaningfully unit-tested
557-
# (exercised via subprocess/integration, not the coverage-uploading legs).
558-
"src/orb/__main__.py",
559-
"src/orb/run.py",
560-
"src/orb/interface/server_daemon.py",
561-
]
562548

563549
[tool.coverage.report]
564550
precision = 2

0 commit comments

Comments
 (0)