mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
fixed typo
This commit is contained in:
@ -490,7 +490,7 @@ class NoCoverageReportFound(HandlerException):
|
|||||||
|
|
||||||
|
|
||||||
class FileNotCovered(HandlerException):
|
class FileNotCovered(HandlerException):
|
||||||
reason_for_failure = "Commented file from the PR wasn't not covered"
|
reason_for_failure = "Commented file from the PR was not covered"
|
||||||
|
|
||||||
|
|
||||||
class GradleAggregateReportNotFound(HandlerException):
|
class GradleAggregateReportNotFound(HandlerException):
|
||||||
|
Reference in New Issue
Block a user