This commit is contained in:
Developer
2026-06-26 09:07:55 +08:00
parent 2a66f565cc
commit 10a917adf6
9 changed files with 61 additions and 25 deletions

View File

@@ -1,11 +1,13 @@
/// ============================================================
/// 闲言APP — 翻译覆盖率检测测试
/// 创建时间: 2026-05-29
/// 更新时间: 2026-05-29
/// 更新时间: 2026-06-26
/// 作用: CI翻译覆盖率检测确保各语言翻译完整度
/// 上次更新: 初始创建
/// 上次更新: 添加 avoid_print 文件级忽略(测试诊断输出)
/// ============================================================
// ignore_for_file: avoid_print
import 'package:flutter_test/flutter_test.dart';
import 'package:xianyan/l10n/translation_coverage.dart';