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:"))