Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ _coverage_command
Function
_coverage_command
test/run_all_test.py:84–87 ·
view source on GitHub ↗
(*args: str)
Source
from the content-addressed store, hash-verified
82
83
84
def
_coverage_command(*args: str) -> list[str]:
85
cmd = [sys.executable,
"-m"
,
"coverage"
]
86
cmd.extend(args)
87
return
cmd
88
89
90
def
_coverage_env(project_root: Path) -> dict[str, str]:
Callers
1
_combine_coverage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected