Merge branch 'feat/password_special_characters' into 'master'

MR: feat: Add support for percent-encoding in password
See merge request espressif/esp-mqtt!260
This commit is contained in:
Euripedes Rocha
2026-04-23 18:01:18 +02:00
18 changed files with 427 additions and 27 deletions
+4 -1
View File
@@ -8,6 +8,7 @@ host_tests:
needs: []
artifacts:
paths:
- "**/build*/build.log"
- "**/coverage.xml"
- "**/coverage.html"
expire_in: 1 week
@@ -28,8 +29,10 @@ host_tests:
git worktree add --force mqtt HEAD || (echo "Worktree failed; using local clone" && git clone --local --no-hardlinks . mqtt)
git worktree list || true
cd mqtt
idf-ci build run -t linux -p test/host
idf-ci build run -t linux -p test
cd test/host
./build_linux_coverage/host_mqtt_client_test.elf -r junit -o junit.xml
cd ../mqtt_utils_host_test
./build_linux_default/mqtt_utils_host_test.elf
cd ../..
gcovr --gcov-ignore-parse-errors -g -k -r . --html coverage.html -x coverage.xml