made better reason_for_failure

This commit is contained in:
Karma Riuk
2025-03-20 10:44:04 +01:00
parent 86763d6674
commit 2381e7b90d

View File

@ -299,7 +299,7 @@ class NoCoverageReportFound(HandlerException):
reason_for_failure = "No coverage report was found"
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):
reason_for_failure = "Couldn't find the aggregate report (with gradle it's messy)"