File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,20 +545,6 @@ env = []
545545[tool .coverage .run ]
546546source = [" src/orb" ]
547547branch = 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 ]
564550precision = 2
You can’t perform that action at this time.
0 commit comments