fix: step1 空章节过滤 + step3 rule_signature None-safe - Closes #21 #31
Reference in New Issue
Block a user
Delete Branch "dev/issue-21-fix-empty-section-coverage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Root Cause
Test
Closes #21
[da-0601-0914]
- step1 _quick_validate 添加 _has_section_content() 过滤空内容章节 (如仅含"无"字的图片章节),避免误报低覆盖率警告 - step3 rule_signature 使用 `or {}` 防御 trigger=None 场景 修复 QE 报告的 step3 AttributeError Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>