Merge branch 'enable_gcov_tests' into 'master'

test(gcov): re-enable gcov builds and tests

See merge request espressif/esp-idf!43252
This commit is contained in:
Erhan Kurubas
2025-11-12 10:12:17 +01:00

View File

@@ -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