From 87a4f06d40907f20d1cd5d75e78e1e9a0d30bd87 Mon Sep 17 00:00:00 2001 From: "Nick V. Anokhin" Date: Sat, 18 Jul 2026 11:15:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B0=D0=BB=D0=B3=D0=BE=D1=80=D0=B8=D1=82=D0=BC?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D1=81=D1=87=D0=B5=D1=82=D0=B0=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20=D0=B4=D0=BB=D1=8F=20rack=5Fco?= =?UTF-8?q?verage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net/xeaf/rack/management/commands/rack_coverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/xeaf/rack/management/commands/rack_coverage.py b/net/xeaf/rack/management/commands/rack_coverage.py index e60745d..358420f 100644 --- a/net/xeaf/rack/management/commands/rack_coverage.py +++ b/net/xeaf/rack/management/commands/rack_coverage.py @@ -153,7 +153,7 @@ class Command(CoreCommand): Выводит финальный отчёт в терминал """ - total_errors: int = self.missing_files_count + self.missing_classes_count + total_errors: int = self.missing_files_count + self.missing_classes_count + self.skipped_packages_count self._report_separator(first_new_line=True) self.stdout.write(self.style.SUCCESS(f"Test coverage report:"))