Skip to content

ci(coverage): Add test coverage report#12607

Draft
lucasssvaz wants to merge 1 commit into
espressif:masterfrom
lucasssvaz:feat/test_coverage
Draft

ci(coverage): Add test coverage report#12607
lucasssvaz wants to merge 1 commit into
espressif:masterfrom
lucasssvaz:feat/test_coverage

Conversation

@lucasssvaz

Copy link
Copy Markdown
Member

Description of Change

This pull request introduces a new test suite for the conftest.py fixtures and expands and refactors the existing test suite for runtime_table_generator.py. The changes improve test coverage, add new test cases (especially for coverage badge logic), and enhance test robustness and maintainability. The most important changes are:

New Test Suite for conftest.py Fixtures:

  • Adds .github/scripts/ci_testing/test_conftest_fixtures.py, a comprehensive test module for the coverage_capture, gcov_dump_capture, save_perf_result, and related helpers from conftest.py. This suite mocks dependencies and tests fixture logic without requiring hardware or pytest-embedded.

Refactoring and Expansion of runtime_table_generator.py Tests:

  • Moves and renames the test file from .github/scripts/test_runtime_table_generator.py to .github/scripts/ci_testing/test_runtime_table_generator.py, updating all references and usage instructions accordingly.
  • Refactors the test runner logic to return both the cached and full saved test results, enabling more thorough assertions.
  • Updates all test cases to use the new return signature from run_generator, ensuring compatibility and clarity. [1] [2] [3] [4] [5] [6] [7] [8] [9]

New Coverage Badge Test Cases:

  • Adds new test case descriptions and logic to cover various coverage badge scenarios, including boundary values, rounding, and absence of coverage data. [1] [2] [3]

Path and Import Robustness Improvements:

  • Updates script path resolution to be more robust and compatible with the new directory structure.

These changes collectively improve the reliability and coverage of the CI test scripts and ensure that future changes to test fixtures and runtime table generation logic are well-tested.

Test Scenarios

Tested locally

Related links

Requires espressif/pytest-embedded#420

@lucasssvaz lucasssvaz self-assigned this May 20, 2026
@lucasssvaz lucasssvaz added the Type: CI & Testing Related to continuous integration, automated testing, or test infrastructure. label May 20, 2026
@github-actions

github-actions Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor
Messages
📖 This PR seems to be quite large (total lines of code: 4101), you might consider splitting it into smaller PRs

👋 Hello lucasssvaz, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Addressing info messages (📖) is strongly recommended; they're less critical but valuable.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 93ddd83

@lucasssvaz lucasssvaz force-pushed the feat/test_coverage branch from 0f62231 to 93ddd83 Compare May 20, 2026 18:51
if gcov_tool:
cmd += ["--gcov-tool", gcov_tool]
print(f"$ {' '.join(cmd)}", file=sys.stderr)
result = subprocess.run(cmd, capture_output=True, text=True)
merge_cmd += ["--add-tracefile", pf]
merge_cmd += ["--output-file", tracefile, "--ignore-errors", "empty"]
print(f"$ {' '.join(merge_cmd)}", file=sys.stderr)
subprocess.run(merge_cmd, check=True)

try:
result = subprocess.run(
[cxxfilt], input="\n".join(mangled),
next(gen) # run up to yield
try:
next(gen) # run teardown
except StopIteration:
if clean:
try:
decoded_parts.append(base64.b64decode(clean))
except Exception:
demangled = result.stdout.strip().splitlines()
if len(demangled) == len(mangled):
return dict(zip(mangled, demangled))
except (FileNotFoundError, subprocess.TimeoutExpired):
if core_root:
try:
display_path = os.path.relpath(sf, core_root)
except ValueError:
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

  108 files    108 suites   29m 20s ⏱️
  172 tests   172 ✅ 0 💤 0 ❌
1 393 runs  1 393 ✅ 0 💤 0 ❌

Results for commit 93ddd83.

@github-actions

Copy link
Copy Markdown
Contributor

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32💚 -360⚠️ +92💚 -0.03⚠️ +0.01💚 -16⚠️ +16💚 -0.03⚠️ +0.04
ESP32C3💚 -52⚠️ +130💚 -0.01⚠️ +0.02💚 -16⚠️ +16💚 -0.04⚠️ +0.02
ESP32C5💚 -52⚠️ +126💚 -0.02⚠️ +0.010⚠️ +160.00⚠️ +0.03
ESP32C6💚 -58⚠️ +126💚 -0.02⚠️ +0.01💚 -16⚠️ +16💚 -0.03⚠️ +0.01
ESP32H2💚 -56⚠️ +108💚 -0.02⚠️ +0.01💚 -16⚠️ +16💚 -0.03⚠️ +0.02
ESP32P4💚 -58⚠️ +126💚 -0.02⚠️ +0.01💚 -64⚠️ +64💚 -0.19⚠️ +0.21
ESP32S2💚 -128⚠️ +16💚 -0.010.00💚 -16⚠️ +16💚 -0.03⚠️ +0.04
ESP32S3💚 -120⚠️ +24💚 -0.010.00💚 -16⚠️ +16💚 -0.03⚠️ +0.03
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32ESP32C3ESP32C5ESP32C6ESP32H2ESP32P4ESP32S2ESP32S3
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA💚 -120💚 -20⚠️ +100⚠️ +60--00💚 -4000
libraries/ArduinoOTA/examples/SignedOTA💚 -400⚠️ +2💚 -16⚠️ +240⚠️ +160--⚠️ +20000💚 -40
libraries/AsyncUDP/examples/AsyncUDPClient00💚 -140⚠️ +140⚠️ +20--⚠️ +600000
libraries/AsyncUDP/examples/AsyncUDPMulticastServer00💚 -60⚠️ +200⚠️ +120--⚠️ +400000
libraries/AsyncUDP/examples/AsyncUDPServer00💚 -140⚠️ +160⚠️ +20--⚠️ +600000
libraries/BLE/examples/Beacon_Scanner💚 -3320⚠️ +800⚠️ +840⚠️ +800⚠️ +800⚠️ +420--⚠️ +160
libraries/BLE/examples/Client💚 -3480⚠️ +820⚠️ +800⚠️ +820⚠️ +820⚠️ +360--⚠️ +160
libraries/BLE/examples/Client_Gamepad💚 -3360⚠️ +660⚠️ +660⚠️ +680⚠️ +660⚠️ +300--⚠️ +160
libraries/BLE/examples/Client_Server💚 -3440⚠️ +840⚠️ +820⚠️ +880⚠️ +760⚠️ +460--⚠️ +160
libraries/BLE/examples/Client_multiconnect💚 -320⚠️ +16⚠️ +1000⚠️ +1020⚠️ +1040⚠️ +1080⚠️ +400--⚠️ +120
libraries/BLE/examples/Client_secure_static_passkey⚠️ +920⚠️ +1000⚠️ +980⚠️ +980⚠️ +1000⚠️ +620--⚠️ +120
libraries/BLE/examples/EddystoneTLM_Beacon💚 -3400⚠️ +460⚠️ +440⚠️ +440⚠️ +46000--⚠️ +200
libraries/BLE/examples/EddystoneURL_Beacon💚 -3440⚠️ +560⚠️ +580⚠️ +580⚠️ +580⚠️ +200--⚠️ +200
libraries/BLE/examples/Notify💚 -3320⚠️ +420⚠️ +400⚠️ +400⚠️ +420⚠️ +20--⚠️ +200
libraries/BLE/examples/Scan💚 -3400⚠️ +460⚠️ +500⚠️ +460⚠️ +460⚠️ +100--⚠️ +120
libraries/BLE/examples/Server💚 -3400⚠️ +420⚠️ +400⚠️ +380⚠️ +42000--⚠️ +160
libraries/BLE/examples/Server_Gamepad💚 -3600⚠️ +680⚠️ +680⚠️ +580⚠️ +600⚠️ +200--⚠️ +120
libraries/BLE/examples/Server_multiconnect💚 -3320⚠️ +540⚠️ +520⚠️ +500⚠️ +54000--⚠️ +160
libraries/BLE/examples/Server_secure_static_passkey⚠️ +920⚠️ +600⚠️ +580⚠️ +560⚠️ +580⚠️ +200--⚠️ +160
libraries/BLE/examples/UART💚 -3320⚠️ +520⚠️ +500⚠️ +520⚠️ +52000--⚠️ +160
libraries/BLE/examples/Write💚 -3520⚠️ +500⚠️ +460⚠️ +440⚠️ +48000--⚠️ +160
libraries/BLE/examples/iBeacon💚 -3480⚠️ +600⚠️ +580⚠️ +580⚠️ +600⚠️ +220--⚠️ +160
libraries/BluetoothSerial/examples/DiscoverConnect⚠️ +280--------------
libraries/BluetoothSerial/examples/GetLocalMAC⚠️ +240--------------
libraries/BluetoothSerial/examples/SerialToSerialBT⚠️ +240--------------
libraries/BluetoothSerial/examples/SerialToSerialBTM⚠️ +280--------------
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy⚠️ +240--------------
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP⚠️ +120--------------
libraries/BluetoothSerial/examples/bt_classic_device_discovery⚠️ +280--------------
libraries/BluetoothSerial/examples/bt_remove_paired_devices⚠️ +280--------------
libraries/Console/examples/ConsoleAdvanced00💚 -340💚 -400💚 -360💚 -340💚 -4000000
libraries/Console/examples/ConsoleBasic00⚠️ +20⚠️ +20⚠️ +20⚠️ +20⚠️ +200000
libraries/Console/examples/ConsoleFS00💚 -180💚 -160💚 -140💚 -180💚 -1800000
libraries/Console/examples/ConsoleGPIO00💚 -220💚 -220💚 -240💚 -220💚 -200000
libraries/Console/examples/ConsoleHistory00💚 -40💚 -40💚 -60💚 -20💚 -400000
libraries/Console/examples/ConsoleManual0000000000000000
libraries/Console/examples/ConsoleSysInfo00💚 -100💚 -120💚 -100💚 -100💚 -1200000
libraries/Console/examples/ConsoleWiFi00⚠️ +100⚠️ +16000--⚠️ +400000
libraries/DNSServer/examples/CaptivePortal💚 -40💚 -60⚠️ +20💚 -60--000000
libraries/EEPROM/examples/eeprom_class00⚠️ +200000⚠️ +20000000
libraries/EEPROM/examples/eeprom_extra00💚 -20💚 -20💚 -20💚 -20💚 -200000
libraries/EEPROM/examples/eeprom_write00⚠️ +120⚠️ +60⚠️ +120⚠️ +120⚠️ +200000
libraries/ESP32/examples/AnalogOut/LEDCFade0000000000000000
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel0000000000000000
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade0000000000000000
libraries/ESP32/examples/AnalogOut/SigmaDelta0000000000000000
libraries/ESP32/examples/AnalogOut/ledcFrequency0000000000000000
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB0000000000000000
libraries/ESP32/examples/AnalogRead0000000000000000
libraries/ESP32/examples/AnalogReadContinuous0000000000000000
libraries/ESP32/examples/ArduinoStackSize0000000000000000
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch0000000000000000
libraries/ESP32/examples/CI/CIBoardsTest00⚠️ +40⚠️ +40⚠️ +40⚠️ +40⚠️ +200000
libraries/ESP32/examples/Camera/CameraWebServer00----------💚 -72000
ESP32/examples/Camera/CameraWebServer (2)00----------💚 -280⚠️ +40
libraries/ESP32/examples/ChipID/GetChipID0000000000000000
libraries/ESP32/examples/DeepSleep/ExternalWakeUp00----------0000
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code00--------------
libraries/ESP32/examples/DeepSleep/TimerWakeUp00000000--000000
libraries/ESP32/examples/DeepSleep/TouchWakeUp00--------000000
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading0000000000000000
libraries/ESP32/examples/FreeRTOS/Mutex0000000000000000
libraries/ESP32/examples/FreeRTOS/Queue0000000000000000
libraries/ESP32/examples/FreeRTOS/Semaphore0000000000000000
libraries/ESP32/examples/GPIO/BlinkRGB0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterrupt0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct0000000000000000
libraries/ESP32/examples/GPIO/GPIOInterrupt0000000000000000
libraries/ESP32/examples/HFP_HCI_Audio00--------------
libraries/ESP32/examples/HFP_HCI_Audio_I2S00--------------
libraries/ESP32/examples/MacAddress/GetMacAddress0000000000000000
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible0000000000000000
libraries/ESP32/examples/RMT/RMTCallback0000000000000000
libraries/ESP32/examples/RMT/RMTLoopback0000000000000000
libraries/ESP32/examples/RMT/RMTReadXJT0000000000000000
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED0000000000000000
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test0000000000000000
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState0000000000000000
libraries/ESP32/examples/RMT/RMT_LED_Blink0000000000000000
libraries/ESP32/examples/ResetReason/ResetReason0000000000000000
libraries/ESP32/examples/ResetReason/ResetReason20000000000000000
libraries/ESP32/examples/Serial/BaudRateDetect_Demo0000000000000000
libraries/ESP32/examples/Serial/HardwareFlowControl_Demo0000000000000000
libraries/ESP32/examples/Serial/IrdaMode_DualUART_Demo0000000000000000
libraries/ESP32/examples/Serial/IrdaMode_TwoBoard_Demo0000000000000000
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo0000000000000000
libraries/ESP32/examples/Serial/OnReceive_Demo0000000000000000
libraries/ESP32/examples/Serial/RS485_Echo_Demo0000000000000000
libraries/ESP32/examples/Serial/RxFIFOFull_Demo0000000000000000
libraries/ESP32/examples/Serial/RxTimeout_Demo0000000000000000
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs0000000000000000
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive0000000000000000
libraries/ESP32/examples/Serial/onReceiveExample0000000000000000
libraries/ESP32/examples/Serial/print64bitVariable0000000000000000
libraries/ESP32/examples/TWAI/TWAIreceive0000--0000000000
libraries/ESP32/examples/TWAI/TWAItransmit0000--0000000000
libraries/ESP32/examples/Template/ExampleTemplate0000000000000000
libraries/ESP32/examples/Time/SimpleTime00💚 -40⚠️ +60⚠️ +40--⚠️ +600000
libraries/ESP32/examples/Timer/RepeatTimer0000000000000000
libraries/ESP32/examples/Timer/WatchdogTimer0000000000000000
libraries/ESP32/examples/Touch/TouchButton00--------000000
libraries/ESP32/examples/Touch/TouchInterrupt00--------000000
libraries/ESP32/examples/Touch/TouchRead00--------000000
libraries/ESP_I2S/examples/ES8388_loopback00💚 -520💚 -480💚 -480💚 -520💚 -5000000
libraries/ESP_I2S/examples/Port_selection0000💚 -10000💚 -100💚 -1000000
libraries/ESP_I2S/examples/Record_to_WAV00--------⚠️ +140--00
libraries/ESP_I2S/examples/Simple_tone00💚 -40💚 -20💚 -2000💚 -600000
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master00💚 -20⚠️ +2000----0000
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave00💚 -220💚 -180💚 -240----0000
libraries/ESP_NOW/examples/ESP_NOW_Network0000⚠️ +6000----0000
libraries/ESP_NOW/examples/ESP_NOW_Serial00⚠️ +40💚 -2⚠️ +16💚 -40----0000
libraries/ESPmDNS/examples/mDNS-SD_Extended0000⚠️ +6000--💚 -400000
libraries/ESPmDNS/examples/mDNS_Web_Server⚠️ +40⚠️ +360⚠️ +540⚠️ +460--⚠️ +320⚠️ +40⚠️ +40
libraries/Ethernet/examples/ETH_LAN8720💚 -40--------------
libraries/Ethernet/examples/ETH_TLK110💚 -40--------⚠️ +40----
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI💚 -40⚠️ +2000⚠️ +60⚠️ +4000💚 -40💚 -40
libraries/Ethernet/examples/ETH_W5500_IDF_SPI00💚 -20⚠️ +20⚠️ +20⚠️ +20⚠️ +200000
libraries/Ethernet/examples/ETH_WIFI_BRIDGE💚 -40⚠️ +220⚠️ +220⚠️ +200--000000
libraries/FFat/examples/FFat_Test⚠️ +40💚 -340💚 -360💚 -380💚 -380💚 -4000000
libraries/FFat/examples/FFat_time💚 -40💚 -140💚 -40💚 -20--💚 -120⚠️ +16⚠️ +16⚠️ +16⚠️ +16
libraries/HTTPClient/examples/Authorization00⚠️ +120⚠️ +200⚠️ +140--⚠️ +160💚 -4000
libraries/HTTPClient/examples/BasicHttpClient00⚠️ +120⚠️ +200⚠️ +140--⚠️ +160💚 -4000
libraries/HTTPClient/examples/BasicHttpsClient00⚠️ +160⚠️ +220⚠️ +120--⚠️ +1400000
libraries/HTTPClient/examples/CustomHeaders00⚠️ +120⚠️ +220⚠️ +120--⚠️ +1200000
libraries/HTTPClient/examples/HTTPClientEnterprise⚠️ +40⚠️ +140⚠️ +280⚠️ +200----0000
libraries/HTTPClient/examples/ReuseConnection0000⚠️ +140⚠️ +100--⚠️ +1000000
libraries/HTTPClient/examples/StreamHttpClient00⚠️ +120⚠️ +180⚠️ +120--⚠️ +1200000
libraries/HTTPUpdate/examples/httpUpdate💚 -40💚 -260💚 -120💚 -240--💚 -2600000
libraries/HTTPUpdate/examples/httpUpdateSPIFFS💚 -4000⚠️ +40💚 -40--💚 -400000
libraries/HTTPUpdate/examples/httpUpdateSecure💚 -12000⚠️ +10000--000000
libraries/HTTPUpdateServer/examples/WebUpdater00⚠️ +480⚠️ +580⚠️ +480--⚠️ +40000💚 -280
libraries/Hash/examples/HEX0000000000000000
libraries/Hash/examples/MD50000000000000000
libraries/Hash/examples/PBKDF2_HMAC00💚 -200💚 -200💚 -140💚 -200💚 -2200000
libraries/Hash/examples/SHA100💚 -160💚 -120💚 -140💚 -160💚 -1600000
libraries/Hash/examples/SHA20000⚠️ +40💚 -40💚 -40000000
libraries/Hash/examples/SHA300💚 -40000000💚 -400000
libraries/Hash/examples/SHA3Stream00💚 -160💚 -120💚 -120💚 -120💚 -1800000
libraries/Insights/examples/DiagnosticsSmokeTest💚 -160💚 -20⚠️ +60💚 -40----0000
libraries/Insights/examples/MinimalDiagnostics0000⚠️ +4000----0000
libraries/LittleFS/examples/LITTLEFS_test00💚 -340💚 -340💚 -320💚 -340💚 -3000000
libraries/LittleFS/examples/LITTLEFS_time💚 -40000000--⚠️ +64⚠️ +64⚠️ +12⚠️ +1600
libraries/Matter/examples/MatterColorLight00💚 -140💚 -60💚 -6000--0000
libraries/Matter/examples/MatterCommissionTest0000💚 -600⚠️ +1600--0000
libraries/Matter/examples/MatterComposedLights00💚 -20000000--0000
libraries/Matter/examples/MatterContactSensor00💚 -120💚 -120💚 -12⚠️ +16💚 -20--0000
libraries/Matter/examples/MatterDimmableLight00💚 -100💚 -60💚 -4⚠️ +1600--0000
libraries/Matter/examples/MatterDimmablePlugin00💚 -160💚 -60💚 -6⚠️ +16💚 -60--0000
libraries/Matter/examples/MatterEnhancedColorLight00💚 -24⚠️ +16💚 -140💚 -140💚 -20⚠️ +16--0000
libraries/Matter/examples/MatterEvents0000💚 -100💚 -10⚠️ +16💚 -100--0000
libraries/Matter/examples/MatterFan0000💚 -6000💚 -60--0000
libraries/Matter/examples/MatterHumiditySensor⚠️ +4000💚 -100💚 -10⚠️ +16💚 -40--0000
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs00💚 -60💚 -140💚 -120💚 -20--0000
libraries/Matter/examples/MatterMinimum0000💚 -100💚 -10⚠️ +1600--0000
libraries/Matter/examples/MatterOccupancySensor00💚 -12⚠️ +16💚 -120💚 -120💚 -6⚠️ +16--0000
libraries/Matter/examples/MatterOccupancyWithHoldTime00⚠️ +6⚠️ +16⚠️ +40⚠️ +4000--0000
libraries/Matter/examples/MatterOnIdentify00💚 -60000⚠️ +1600--0000
libraries/Matter/examples/MatterOnOffLight00💚 -20💚 -20💚 -2⚠️ +16💚 -40--0000
libraries/Matter/examples/MatterOnOffPlugin00💚 -20💚 -20💚 -2⚠️ +1600--0000
libraries/Matter/examples/MatterPressureSensor⚠️ +4000💚 -100💚 -10⚠️ +16💚 -20--0000
libraries/Matter/examples/MatterRainSensor00💚 -100💚 -100💚 -10⚠️ +16⚠️ +20--0000
libraries/Matter/examples/MatterSimpleBlinds00⚠️ +2⚠️ +16⚠️ +20⚠️ +20💚 -4⚠️ +16--0000
libraries/Matter/examples/MatterSmartButton00💚 -100💚 -140💚 -14⚠️ +16💚 -60--0000
libraries/Matter/examples/MatterStatus00💚 -140💚 -120💚 -12⚠️ +16💚 -20--0000
libraries/Matter/examples/MatterTemperatureControlledCabinet⚠️ +40⚠️ +40⚠️ +40⚠️ +4000--0000
libraries/Matter/examples/MatterTemperatureControlledCabinetLevels⚠️ +40⚠️ +120⚠️ +180⚠️ +180⚠️ +140--⚠️ +16⚠️ +1600
libraries/Matter/examples/MatterTemperatureLight00💚 -200💚 -100💚 -120💚 -120--0000
libraries/Matter/examples/MatterTemperatureSensor⚠️ +40💚 -100💚 -100💚 -10⚠️ +16💚 -20--0000
libraries/Matter/examples/MatterThermostat00⚠️ +220⚠️ +200⚠️ +20⚠️ +16⚠️ +100--0000
libraries/Matter/examples/MatterWaterFreezeDetector00💚 -100💚 -100💚 -10⚠️ +16⚠️ +20--0000
libraries/Matter/examples/MatterWaterLeakDetector00💚 -100💚 -100💚 -10⚠️ +16⚠️ +20--0000
libraries/Matter/examples/MatterWindowCovering00⚠️ +16⚠️ +16⚠️ +260⚠️ +260⚠️ +30⚠️ +16--0000
libraries/NetBIOS/examples/ESP_NBNST00💚 -60⚠️ +12000--⚠️ +1000000
libraries/NetworkClientSecure/examples/WiFiClientInsecure00⚠️ +20⚠️ +120⚠️ +140--000000
libraries/NetworkClientSecure/examples/WiFiClientPSK00⚠️ +120⚠️ +180⚠️ +160--⚠️ +1000000
libraries/NetworkClientSecure/examples/WiFiClientSecure00⚠️ +100⚠️ +120⚠️ +140--000000
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise00⚠️ +300⚠️ +380⚠️ +340----0000
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +40⚠️ +140⚠️ +240⚠️ +160--⚠️ +14000⚠️ +40
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +40⚠️ +60⚠️ +160⚠️ +100--⚠️ +120⚠️ +40⚠️ +40
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse00⚠️ +160⚠️ +340⚠️ +240--⚠️ +120💚 -360💚 -40
libraries/PPP/examples/PPP_Basic00⚠️ +20⚠️ +4000⚠️ +40⚠️ +600000
libraries/PPP/examples/PPP_WIFI_BRIDGE00⚠️ +340⚠️ +320⚠️ +300--⚠️ +120💚 -4000
libraries/Preferences/examples/Prefs2Struct00⚠️ +200000⚠️ +20000000
libraries/Preferences/examples/StartCounter0000000000000000
libraries/SD/examples/SD_Test00💚 -180💚 -100💚 -100💚 -100💚 -1000000
libraries/SD/examples/SD_time000000⚠️ +120--💚 -40⚠️ +16⚠️ +16⚠️ +16⚠️ +16
libraries/SD_MMC/examples/SDMMC_Test00--------💚 -220--00
libraries/SD_MMC/examples/SDMMC_time💚 -40--------💚 -120--💚 -40
libraries/SPI/examples/SPI_Multiple_Buses0000000000000000
libraries/SPIFFS/examples/SPIFFS_Test00💚 -460💚 -520💚 -580💚 -560💚 -5600000
libraries/SPIFFS/examples/SPIFFS_time00💚 -200💚 -140💚 -100--⚠️ +44⚠️ +64⚠️ +16⚠️ +1600
libraries/SimpleBLE/examples/SimpleBleDevice⚠️ +240--------------
libraries/Ticker/examples/Blinker0000000000000000
libraries/Ticker/examples/TickerBasic0000000000000000
libraries/Ticker/examples/TickerParameter0000000000000000
libraries/Update/examples/AWS_S3_OTA_Update00⚠️ +720⚠️ +800⚠️ +700--⚠️ +6800000
libraries/Update/examples/HTTPS_OTA_Update00⚠️ +40⚠️ +100⚠️ +40--⚠️ +400000
libraries/Update/examples/HTTP_Client_AES_OTA_Update💚 -40⚠️ +540⚠️ +620⚠️ +560--⚠️ +4400000
libraries/Update/examples/HTTP_Server_AES_OTA_Update💚 -40⚠️ +620⚠️ +900⚠️ +820--⚠️ +500💚 -48000
libraries/Update/examples/OTAWebUpdater💚 -4000⚠️ +220⚠️ +120--⚠️ +6000💚 -440
libraries/Update/examples/SD_Update💚 -40⚠️ +280⚠️ +220⚠️ +220⚠️ +220⚠️ +220💚 -40💚 -40
libraries/Update/examples/Signed_OTA_Update⚠️ +40⚠️ +60⚠️ +280⚠️ +120--⚠️ +200⚠️ +40⚠️ +40
libraries/WebServer/examples/AdvancedWebServer00⚠️ +280⚠️ +440⚠️ +340--⚠️ +300⚠️ +40⚠️ +40
libraries/WebServer/examples/ChunkWriting💚 -160⚠️ +20⚠️ +160⚠️ +100--⚠️ +600000
libraries/WebServer/examples/FSBrowser💚 -40⚠️ +780⚠️ +480⚠️ +700--⚠️ +18💚 -6400💚 -16💚 -16
libraries/WebServer/examples/Filters💚 -40⚠️ +220⚠️ +360⚠️ +300--⚠️ +2600000
libraries/WebServer/examples/HelloServer💚 -40⚠️ +160⚠️ +440⚠️ +220--⚠️ +2000000
libraries/WebServer/examples/HttpAdvancedAuth💚 -4000⚠️ +120💚 -120--00💚 -44000
libraries/WebServer/examples/HttpAuthCallback00💚 -160⚠️ +10000--💚 -40💚 -360⚠️ +160
libraries/WebServer/examples/HttpAuthCallbackInline00💚 -160⚠️ +10000--00💚 -360⚠️ +160
libraries/WebServer/examples/HttpBasicAuth💚 -20💚 -16💚 -120⚠️ +120⚠️ +40--⚠️ +120💚 -440⚠️ +160
libraries/WebServer/examples/HttpBasicAuthSHA10💚 -1600⚠️ +220💚 -40--⚠️ +20💚 -40💚 -40
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken💚 -20💚 -160000⚠️ +100--⚠️ +60⚠️ +40💚 -40
libraries/WebServer/examples/Middleware💚 -40💚 -200💚 -40💚 -120----0000
libraries/WebServer/examples/MultiHomedServers💚 -40⚠️ +340⚠️ +480⚠️ +380--⚠️ +280⚠️ +40⚠️ +40
libraries/WebServer/examples/PathArgServer⚠️ +40💚 -46💚 -16💚 -280💚 -400--💚 -380💚 -1280💚 -1200
libraries/WebServer/examples/SDWebServer💚 -40⚠️ +880⚠️ +940⚠️ +840--⚠️ +8600000
libraries/WebServer/examples/SimpleAuthentification00⚠️ +740⚠️ +1000⚠️ +860--⚠️ +860⚠️ +40⚠️ +40
libraries/WebServer/examples/UploadHugeFile⚠️ +440💚 -44💚 -16💚 -480💚 -580--💚 -580💚 -840💚 -760
libraries/WebServer/examples/WebServer⚠️ +400⚠️ +1300⚠️ +1260⚠️ +1260--⚠️ +1260💚 -40⚠️ +40
libraries/WebServer/examples/WebUpdate💚 -40⚠️ +320⚠️ +460⚠️ +340--⚠️ +34000💚 -280
libraries/WiFi/examples/FTM/FTM_Initiator00⚠️ +60⚠️ +120⚠️ +160--💚 -400000
libraries/WiFi/examples/FTM/FTM_Responder00💚 -140⚠️ +20⚠️ +20--⚠️ +400000
libraries/WiFi/examples/SimpleWiFiServer00⚠️ +60⚠️ +300⚠️ +220--⚠️ +1800000
libraries/WiFi/examples/WPS💚 -40⚠️ +40⚠️ +140⚠️ +40----0000
libraries/WiFi/examples/WiFiAccessPoint00⚠️ +40⚠️ +280⚠️ +220--⚠️ +1000000
libraries/WiFi/examples/WiFiBlueToothSwitch00⚠️ +140⚠️ +240⚠️ +160------00
libraries/WiFi/examples/WiFiClient00⚠️ +240⚠️ +400⚠️ +200--⚠️ +1800000
libraries/WiFi/examples/WiFiClientBasic00⚠️ +140⚠️ +240⚠️ +160--⚠️ +1800000
libraries/WiFi/examples/WiFiClientConnect00💚 -120⚠️ +140⚠️ +40--⚠️ +400000
libraries/WiFi/examples/WiFiClientEnterprise💚 -40⚠️ +200⚠️ +380⚠️ +220----00💚 -40
libraries/WiFi/examples/WiFiClientEvents💚 -4000⚠️ +120⚠️ +60--000000
libraries/WiFi/examples/WiFiClientStaticIP00⚠️ +240⚠️ +480⚠️ +340--⚠️ +3000000
libraries/WiFi/examples/WiFiExtender💚 -40⚠️ +120⚠️ +14000--⚠️ +200000
libraries/WiFi/examples/WiFiIPv600⚠️ +120⚠️ +200⚠️ +120--⚠️ +1600000
libraries/WiFi/examples/WiFiMulti💚 -40⚠️ +40⚠️ +100⚠️ +20--⚠️ +200000
libraries/WiFi/examples/WiFiMultiAdvanced00⚠️ +40⚠️ +120⚠️ +20--⚠️ +20⚠️ +40⚠️ +40
libraries/WiFi/examples/WiFiMultiEnterprise💚 -40⚠️ +40⚠️ +100⚠️ +20--⚠️ +200000
libraries/WiFi/examples/WiFiScan0000⚠️ +14000--⚠️ +400000
libraries/WiFi/examples/WiFiScanAsync00⚠️ +40⚠️ +120⚠️ +60--000000
libraries/WiFi/examples/WiFiScanDualAntenna00⚠️ +120⚠️ +140⚠️ +120--⚠️ +200000
libraries/WiFi/examples/WiFiScanTime00⚠️ +4000⚠️ +40--000000
libraries/WiFi/examples/WiFiSmartConfig00⚠️ +20⚠️ +40⚠️ +40----0000
libraries/WiFi/examples/WiFiTelnetToSerial00⚠️ +340⚠️ +420⚠️ +280--⚠️ +2800000
libraries/WiFi/examples/WiFiUDPClient00⚠️ +100⚠️ +200⚠️ +100--000000
libraries/WiFiProv/examples/WiFiProv⚠️ +240⚠️ +380⚠️ +380⚠️ +340----00⚠️ +240
libraries/Wire/examples/WireMaster00⚠️ +20⚠️ +20⚠️ +20⚠️ +40000000
libraries/Wire/examples/WireScan00⚠️ +60⚠️ +40⚠️ +40⚠️ +60⚠️ +200000
libraries/Wire/examples/WireSlave00⚠️ +100⚠️ +40⚠️ +2000⚠️ +400000
libraries/Wire/examples/WireSlaveFunctionalCallback0000⚠️ +40⚠️ +20⚠️ +60⚠️ +400000
libraries/Zigbee/examples/Zigbee_Analog_Input_Output00⚠️ +140⚠️ +180⚠️ +140⚠️ +180--0000
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch00⚠️ +40⚠️ +40⚠️ +40⚠️ +40--0000
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor💚 -40⚠️ +100⚠️ +120⚠️ +100⚠️ +140--0000
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase💚 -40⚠️ +120⚠️ +160⚠️ +120⚠️ +160--0000
libraries/Zigbee/examples/Zigbee_Fan_Control00⚠️ +140⚠️ +220⚠️ +200⚠️ +260--0000
libraries/Zigbee/examples/Zigbee_Gateway00⚠️ +2000------0000
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output00⚠️ +100⚠️ +20⚠️ +20⚠️ +20--0000
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch00⚠️ +140⚠️ +12000⚠️ +120--0000
libraries/Zigbee/examples/Zigbee_On_Off_Switch00⚠️ +200⚠️ +120⚠️ +120⚠️ +120--0000
libraries/Zigbee/examples/Zigbee_Power_Outlet00⚠️ +120⚠️ +100⚠️ +120⚠️ +120--0000
libraries/Zigbee/examples/Zigbee_Range_Extender💚 -40⚠️ +160⚠️ +220⚠️ +240⚠️ +240--0000
libraries/Zigbee/examples/Zigbee_Thermostat💚 -40⚠️ +60⚠️ +60⚠️ +40⚠️ +60--0000
libraries/BLE/examples/Server_secure_authorization--⚠️ +620⚠️ +600⚠️ +600⚠️ +620----⚠️ +160
libraries/ESP32/examples/HWCDC_Events--0000000000--00
libraries/RainMaker/examples/RMakerCustom--00⚠️ +240⚠️ +160----⚠️ +12⚠️ +16⚠️ +200
libraries/RainMaker/examples/RMakerCustomAirCooler--00⚠️ +120⚠️ +20----00⚠️ +200
libraries/RainMaker/examples/RMakerSonoffDualR3--⚠️ +100⚠️ +660⚠️ +540----00⚠️ +200
libraries/RainMaker/examples/RMakerSwitch--⚠️ +260⚠️ +400⚠️ +220----💚 -40⚠️ +120
libraries/ESP32/examples/AnalogOut/LEDCGammaFade----00000000----
libraries/OpenThread/examples/CLI/COAP/coap_lamp----0000💚 -40------
libraries/OpenThread/examples/CLI/COAP/coap_switch----💚 -20💚 -20💚 -40------
libraries/OpenThread/examples/CLI/SimpleCLI----⚠️ +40⚠️ +40⚠️ +40------
libraries/OpenThread/examples/CLI/SimpleNode----💚 -20💚 -20💚 -20------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode----⚠️ +100⚠️ +100⚠️ +100------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode----💚 -60💚 -60💚 -60------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode----000000------
libraries/OpenThread/examples/CLI/ThreadScan----000000------
libraries/OpenThread/examples/CLI/onReceive----000000------
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode----💚 -320💚 -34💚 -16💚 -34💚 -16------
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode----💚 -240💚 -26💚 -16💚 -24💚 -16------
libraries/Zigbee/examples/Zigbee_Binary_Input_Output----⚠️ +200⚠️ +140⚠️ +160------
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor----⚠️ +160⚠️ +180⚠️ +140------
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light----⚠️ +220⚠️ +220⚠️ +220------
libraries/Zigbee/examples/Zigbee_Contact_Switch----⚠️ +260⚠️ +240⚠️ +240------
libraries/Zigbee/examples/Zigbee_Dimmable_Light----⚠️ +240⚠️ +220⚠️ +200------
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor----⚠️ +420⚠️ +480⚠️ +440------
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor----⚠️ +180⚠️ +340⚠️ +240------
libraries/Zigbee/examples/Zigbee_OTA_Client----⚠️ +180⚠️ +160⚠️ +140------
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor----⚠️ +240⚠️ +240⚠️ +260------
libraries/Zigbee/examples/Zigbee_On_Off_Light----⚠️ +100⚠️ +120⚠️ +120------
libraries/Zigbee/examples/Zigbee_PM25_Sensor----⚠️ +140⚠️ +140⚠️ +180------
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor----⚠️ +140⚠️ +140⚠️ +140------
libraries/Zigbee/examples/Zigbee_Privilege_Command----⚠️ +160⚠️ +160⚠️ +120------
libraries/Zigbee/examples/Zigbee_Scan_Networks----000000------
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy----⚠️ +240⚠️ +240⚠️ +220------
libraries/Zigbee/examples/Zigbee_Temperature_Sensor----⚠️ +200⚠️ +180⚠️ +160------
libraries/Zigbee/examples/Zigbee_Vibration_Sensor----⚠️ +240⚠️ +220⚠️ +220------
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor----⚠️ +160⚠️ +180⚠️ +180------
libraries/Zigbee/examples/Zigbee_Window_Covering----⚠️ +440⚠️ +420⚠️ +440------
libraries/ESP_HostedOTA/examples/ESP_HostedOTA----------⚠️ +100----
libraries/ESP_SR/examples/Basic----------00--00
libraries/SD_MMC/examples/SD2USBMSC----------💚 -40--00
libraries/USB/examples/AudioCard----------000000
libraries/USB/examples/CompositeDevice----------⚠️ +600000
libraries/USB/examples/ConsumerControl----------⚠️ +600000
libraries/USB/examples/CustomHIDDevice----------⚠️ +1000000
libraries/USB/examples/FirmwareMSC----------000000
libraries/USB/examples/Gamepad----------⚠️ +2800000
libraries/USB/examples/HIDVendor----------⚠️ +1400000
libraries/USB/examples/Keyboard/KeyboardLogout----------⚠️ +3400000
libraries/USB/examples/Keyboard/KeyboardMessage----------⚠️ +1200000
libraries/USB/examples/Keyboard/KeyboardReprogram----------⚠️ +5400000
libraries/USB/examples/Keyboard/KeyboardSerial----------⚠️ +1200000
libraries/USB/examples/KeyboardAndMouseControl----------⚠️ +2800000
libraries/USB/examples/MIDI/MidiController----------000000
libraries/USB/examples/MIDI/MidiInterface----------⚠️ +1600000
libraries/USB/examples/MIDI/MidiMultiChannel----------⚠️ +3600000
libraries/USB/examples/MIDI/MidiMusicBox----------⚠️ +60💚 -16💚 -16💚 -16💚 -16
libraries/USB/examples/MIDI/ReceiveMidi----------⚠️ +600000
libraries/USB/examples/Mouse/ButtonMouseControl----------⚠️ +1600000
libraries/USB/examples/SystemControl----------⚠️ +600000
libraries/USB/examples/USBMSC----------000000
libraries/USB/examples/USBSerial----------000000
libraries/USB/examples/USBVendor----------⚠️ +180💚 -16💚 -16💚 -16💚 -16
ESP32/examples/Camera/CameraWebServer (3)--------------⚠️ +40

@lucasssvaz lucasssvaz added the Status: Blocked upstream 🛑 PR is waiting on upstream changes to be merged first label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Blocked upstream 🛑 PR is waiting on upstream changes to be merged first Type: CI & Testing Related to continuous integration, automated testing, or test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants