Skip to content

Commit

Permalink
Merge branch 'fix_gcovr_install' into 'master'
Browse files Browse the repository at this point in the history
fix: Instalation of gcovr in host tests was broken

See merge request espressif/esp-mqtt!211
  • Loading branch information
euripedesrocha committed May 24, 2024
2 parents 72feca4 + 6643c49 commit bed1207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mqtt__host-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run gcovr
shell: bash
run: |
python -m pip install gcovr
python -m pip install gcovr --break-system-packages
cd $IDF_PATH/${{ env.COMP_DIR }}
gcov -b host_test/main/mqtt_client.c. -o `find . -name "mqtt_client*gcda" -exec dirname {} \;`
gcovr --gcov-ignore-parse-errors -g -k -r . --html index.html -x esp_mqtt_coverage.xml
Expand Down

0 comments on commit bed1207

Please sign in to comment.