From 4173f4526eb60e0948b359bbb7d6f7c08cb9bf04 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 29 Apr 2026 18:23:14 -0500 Subject: [PATCH] DNM: probe integration-test bucketing for cover Touches cover/cover.h with a comment so determine-jobs.py routes the cover component's integration tests into the bucketed split job. Used to validate the matrix expansion in #16152. Do not merge. --- esphome/components/cover/cover.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/cover/cover.h b/esphome/components/cover/cover.h index 9a75e68487..4670d52ffb 100644 --- a/esphome/components/cover/cover.h +++ b/esphome/components/cover/cover.h @@ -1,5 +1,6 @@ #pragma once +// DNM: integration-test bucketing CI probe — do not merge. #include "esphome/core/component.h" #include "esphome/core/entity_base.h" #include "esphome/core/helpers.h"