V10.521 顯示比價 stale 新鮮度指標
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s

This commit is contained in:
OoO
2026-05-31 23:49:43 +08:00
parent dd6b6160fe
commit bf2888b0fb
11 changed files with 36 additions and 3 deletions

View File

@@ -127,12 +127,14 @@ def test_competitor_review_queue_is_canonical_unit_price_handoff():
assert "competitor_intel.review_queue" in daily_template
assert "coverage.fresh_matches" in growth_template
assert "coverage.fresh_match_rate" in growth_template
assert "coverage.stale_matches" in growth_template
assert "coverage.unit_comparable_count" in growth_template
assert "coverage.rescore_accepted_count" in growth_template
assert "coverage.manual_accept_count" in growth_template
assert "coverage.manual_reject_count" in growth_template
assert "coverage.manual_unit_price_count" in growth_template
assert "comp_coverage.rescore_accepted_count" in daily_template
assert "comp_coverage.stale_matches" in daily_template
def test_competitor_review_filters_split_low_score_operational_buckets():