mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
made better reason_for_failure
This commit is contained in:
@ -299,7 +299,7 @@ class NoCoverageReportFound(HandlerException):
|
|||||||
reason_for_failure = "No coverage report was found"
|
reason_for_failure = "No coverage report was found"
|
||||||
|
|
||||||
class FileNotCovered(HandlerException):
|
class FileNotCovered(HandlerException):
|
||||||
reason_for_failure = "Files from the PR were not covered"
|
reason_for_failure = "Commented file from the PR wasn't not covered"
|
||||||
|
|
||||||
class GradleAggregateReportNotFound(HandlerException):
|
class GradleAggregateReportNotFound(HandlerException):
|
||||||
reason_for_failure = "Couldn't find the aggregate report (with gradle it's messy)"
|
reason_for_failure = "Couldn't find the aggregate report (with gradle it's messy)"
|
||||||
|
Reference in New Issue
Block a user