()
| 973 | } |
| 974 | |
| 975 | async getDefaultBranch() { |
| 976 | const branch: GitLabBranch = await this.getBranch(this.branch); |
| 977 | return branch; |
| 978 | } |
| 979 | |
| 980 | async isShaExistsInBranch(branch: string, sha: string) { |
| 981 | const refs: GitLabCommitRef[] = await this.requestJSON({ |
no test coverage detected