| 18 | ); |
| 19 | |
| 20 | class Validation extends PullRequestValidation { |
| 21 | assert(pullRequest: PullRequestFromGithub) { |
| 22 | if (pullRequest.isDraft) { |
| 23 | throw this._createError('Pull request is still a draft.'); |
nothing calls this directly
no outgoing calls
no test coverage detected