forked from espressif/esp-protocols
fix(websocket): fix of websocket coverage report generation
This commit is contained in:
2
.github/workflows/run-host-tests.yml
vendored
2
.github/workflows/run-host-tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Run Coverage
|
||||
shell: bash
|
||||
run: |
|
||||
apt-get update && apt-get install -y gcc-8 g++-8 python3-pip rsync
|
||||
apt-get update && apt-get install -y python3-pip rsync
|
||||
python -m pip install gcovr
|
||||
cd $GITHUB_WORKSPACE/${{inputs.component_path}}
|
||||
gcov `find . -name "*gcda"`
|
||||
|
Reference in New Issue
Block a user