From a353bbb1d2ce2e5d4486a7f033e569692fd084f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Sat, 11 Jul 2026 18:57:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96CI=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=96=87=E4=BB=B6=EF=BC=8C=E5=AF=B9=E9=BD=90black?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ci_coverage_summary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci_coverage_summary.py b/scripts/ci_coverage_summary.py index c66cf543b..24c2ae6a3 100755 --- a/scripts/ci_coverage_summary.py +++ b/scripts/ci_coverage_summary.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 """解析 coverage.xml 并输出覆盖率汇总。""" + import sys import xml.etree.ElementTree as ET