(t *testing.T, args ...string)
| 106 | } |
| 107 | |
| 108 | func (r *gitRepo) run(t *testing.T, args ...string) { |
| 109 | t.Helper() |
| 110 | runGitIn(t, r.dir, args...) |
| 111 | } |
| 112 | |
| 113 | func runGitIn(t *testing.T, dir string, args ...string) { |
| 114 | t.Helper() |
no test coverage detected