We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72feca4 commit 6643c49Copy full SHA for 6643c49
.github/workflows/mqtt__host-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run gcovr
44
shell: bash
45
run: |
46
- python -m pip install gcovr
+ python -m pip install gcovr --break-system-packages
47
cd $IDF_PATH/${{ env.COMP_DIR }}
48
gcov -b host_test/main/mqtt_client.c. -o `find . -name "mqtt_client*gcda" -exec dirname {} \;`
49
gcovr --gcov-ignore-parse-errors -g -k -r . --html index.html -x esp_mqtt_coverage.xml
0 commit comments