Merge pull request #347 from gabsuren/fix/websocket_fix_ci

fix(websocket): fix of websocket coverage report generation
This commit is contained in:
Suren
2023-08-28 11:30:20 +04:00
committed by GitHub

View File

@ -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"`