From 10b62075f9ad6f7ce0ac3bf4a22619b76c72564d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kardos?= Date: Mon, 1 Apr 2024 15:26:36 +0200 Subject: [PATCH] fix --- .github/workflows/sonarqube.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 1dcacf6..a5d6af3 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -70,6 +70,7 @@ jobs: run: | wget https://github.com/petiaccja/TemplateCoverage/releases/download/v1.1.0/TemplateCoverage_Linux_x86_64.zip unzip TemplateCoverage_Linux_x86_64.zip + chmod +x ./TemplateCoverage_Linux_x86_64/template-coverage python3 ./TemplateCoverage_Linux_x86_64/run_on_compile_commands.py -p ${{github.workspace}}/build/${{env.conan_preset}}/compile_commands.json ./TemplateCoverage_Linux_x86_64/template-coverage -- --format=lcov --out-file=${{github.workspace}}/template_coverage.info - name: Test & code coverage