()
| 982 | } |
| 983 | |
| 984 | async getDefaultBranch() { |
| 985 | const branch: GitLabBranch = await this.getBranch(this.branch); |
| 986 | return branch; |
| 987 | } |
| 988 | |
| 989 | async isShaExistsInBranch(branch: string, sha: string) { |
| 990 | const refs: GitLabCommitRef[] = await this.requestJSON({ |
no test coverage detected