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