()
| 23 | } |
| 24 | |
| 25 | async function getHeadReference(): Promise<string> { |
| 26 | const {base} = getBranches(); |
| 27 | const {headRefOid} = await getPrInfo(base.relative); |
| 28 | return headRefOid; |
| 29 | } |
| 30 | |
| 31 | async function getFile(filePath: string): Promise<string | undefined> { |
| 32 | const ref = await getMergeBaseReference(); |
no test coverage detected