Remove intentional partial branch from coverage stats
This commit is contained in:
parent
4d834e65c7
commit
628c61024b
@ -200,7 +200,7 @@ class Request(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
|
||||
or self.status == RequestStatus.CHANGES_REQUESTED_TO_FINVER
|
||||
):
|
||||
review = self.latest_status.review
|
||||
if review:
|
||||
if review: #pragma: no branch
|
||||
return review.comment
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user