()
| 369 | } |
| 370 | |
| 371 | func (gc *localGitClient) LastCommit() (*git.Commit, error) { |
| 372 | return gc.client.LastCommit(context.Background()) |
| 373 | } |
| 374 | |
| 375 | func (gc *remoteGitClient) LastCommit() (*git.Commit, error) { |
| 376 | httpClient, err := gc.httpClient() |
nothing calls this directly
no test coverage detected