forked from espressif/esp-protocols
Merge pull request #347 from gabsuren/fix/websocket_fix_ci
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
|
- name: Run Coverage
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
python -m pip install gcovr
|
||||||
cd $GITHUB_WORKSPACE/${{inputs.component_path}}
|
cd $GITHUB_WORKSPACE/${{inputs.component_path}}
|
||||||
gcov `find . -name "*gcda"`
|
gcov `find . -name "*gcda"`
|
||||||
|
Reference in New Issue
Block a user