Add commit count to output #373
Annotations
6 errors and 2 warnings
cmd/clone_test.go#L123
cannot use mockGit (variable of type MockGitClient) as git.Gitter value in argument to CloneAllRepos: MockGitClient does not implement git.Gitter (missing method RepoCommitCount)
|
cmd/clone_test.go#L160
cannot use mockGit (variable of type MockGitClient) as git.Gitter value in argument to CloneAllRepos: MockGitClient does not implement git.Gitter (missing method RepoCommitCount)
|
cmd/clone_test.go#L197
cannot use mockGit (variable of type MockGitClient) as git.Gitter value in argument to CloneAllRepos: MockGitClient does not implement git.Gitter (missing method RepoCommitCount)
|
cmd/clone_test.go#L234
cannot use mockGit (variable of type MockGitClient) as git.Gitter value in argument to CloneAllRepos: MockGitClient does not implement git.Gitter (missing method RepoCommitCount)
|
cmd/clone_test.go#L273
cannot use mockGit (variable of type MockGitClient) as git.Gitter value in argument to CloneAllRepos: MockGitClient does not implement git.Gitter (missing method RepoCommitCount)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading