From 6e0aca2ad590609a20fd61e78ce033e6b25885d5 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 20 May 2025 09:48:31 +0200 Subject: [PATCH] fixed typo --- handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers.py b/handlers.py index dbe4d99..6efd664 100644 --- a/handlers.py +++ b/handlers.py @@ -490,7 +490,7 @@ class NoCoverageReportFound(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):