()
| 86 | } |
| 87 | |
| 88 | get projectURL(): string { |
| 89 | return `${this.hostURL}/${this.repoSlug}` |
| 90 | } |
| 91 | |
| 92 | get mergeRequestURL(): string { |
| 93 | return `${this.projectURL}/merge_requests/${this.prId}` |
nothing calls this directly
no outgoing calls
no test coverage detected