From 8c536cfc659439f9962345117c3eda8b7485d962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 4 Jul 2024 11:56:21 +0200 Subject: [PATCH] Fix sonar github action --- .github/workflows/build.yml | 2 +- sonar-project.properties | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b376c83..6a83342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,4 +40,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \ - --define sonar.coverageReportPaths=build/coverage.xml + --define sonar.coverageReportPaths=build/coverage.xml \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 75b1c7c..7bdc121 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -11,5 +11,4 @@ sonar.projectVersion=2.0.0 #sonar.sources=. # Encoding of the source code. Default is default system encoding -sonar.sourceEncoding=UTF-8 -sonar.cfamily.compile-commands \ No newline at end of file +sonar.sourceEncoding=UTF-8 \ No newline at end of file