| 29 | }[]; |
| 30 | |
| 31 | export class CiModule extends BaseModule<CiData> { |
| 32 | override async retrieveData() { |
| 33 | const nextBranchName = getNextBranchName(this.config.github); |
| 34 | const repo: ReleaseRepoWithApi = { |
nothing calls this directly
no outgoing calls
no test coverage detected