From 5947a29c510cae2d1b3e978f2db47a37bc603a40 Mon Sep 17 00:00:00 2001 From: Erhan Kurubas Date: Tue, 11 Nov 2025 10:23:29 +0100 Subject: [PATCH] test(gcov): re-enable gcov builds and tests --- examples/system/.build-test-rules.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/system/.build-test-rules.yml b/examples/system/.build-test-rules.yml index e7504dc9bb3..8f4d552dc85 100644 --- a/examples/system/.build-test-rules.yml +++ b/examples/system/.build-test-rules.yml @@ -91,10 +91,6 @@ examples/system/freertos/real_time_stats: - freertos examples/system/gcov: - disable: - - if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c61", "esp32c6", "esp32h2", "esp32h21", "esp32h4", "esp32p4"] - temporary: true - reason: temporarily disabled because of apptrace breaking changes disable_test: - if: IDF_TARGET == "esp32h21" temporary: true