()
| 116 | str(_repo_root / "pyproject.toml"), |
| 117 | remote_path="/opt/fused-mm-sample/pyproject.toml", |
| 118 | copy=True, |
| 119 | ) |
| 120 | .add_local_file( |
| 121 | str(_repo_root / "README.md"), remote_path="/opt/fused-mm-sample/README.md", copy=True |
| 122 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected