MCPcopy
hub / github.com/ModelEngine-Group/nexent / _coverage_env

Function _coverage_env

test/run_all_test.py:90–95  ·  view source on GitHub ↗
(project_root: Path)

Source from the content-addressed store, hash-verified

88
89
90def _coverage_env(project_root: Path) -> dict[str, str]:
91 env = os.environ.copy()
92 cov_config = project_root / "test" / ".coveragerc"
93 if cov_config.exists():
94 env["COVERAGE_RCFILE"] = str(cov_config)
95 return env
96
97
98def _run_test_file(

Callers 1

_combine_coverageFunction · 0.85

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected