MCPcopy
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
84def _coverage_command(*args: str) -> list[str]:
85 cmd = [sys.executable, "-m", "coverage"]
86 cmd.extend(args)
87 return cmd
88
89
90def _coverage_env(project_root: Path) -> dict[str, str]:

Callers 1

_combine_coverageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected