From 7b5a41deeab883a9ac855d5f44a7da2e993030e4 Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Tue, 22 Aug 2023 19:24:16 +0400 Subject: [PATCH] fix(websocket): fix of websocket coverage report generation --- .github/workflows/run-host-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-host-tests.yml b/.github/workflows/run-host-tests.yml index d2211320c..9ec61a242 100644 --- a/.github/workflows/run-host-tests.yml +++ b/.github/workflows/run-host-tests.yml @@ -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"`