From 0748434f41f505437d64de2dbf992389575b2f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kardos?= Date: Thu, 22 Feb 2024 12:38:56 +0100 Subject: [PATCH] asd --- .github/workflows/sonarqube.yml | 1 - sonar-project.properties | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index f0dceb3..bff515f 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -74,7 +74,6 @@ jobs: llvm-cov show ./test -instr-profile=coverage.profdata > ${{github.workspace}}/coverage.txt - name: Run sonar-scanner - working-directory: ${{github.workspace}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/sonar-project.properties b/sonar-project.properties index 5c072fa..6ff9c57 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,6 +6,6 @@ sonar.projectName=asyncpp sonar.sources=./src,./include #sonar.exclusions= -sonar.cfamily.llvm-cov.reportPath=../coverage.txt -sonar.junit.reportPaths=../tests.xml +sonar.cfamily.llvm-cov.reportPath=./coverage.txt +sonar.junit.reportPaths=./tests.xml sonar.cfamily.threads=4 \ No newline at end of file