Fix sonar github action

This commit is contained in:
2024-07-04 11:56:21 +02:00
parent a2ba5ee7e0
commit 8c536cfc65
2 changed files with 2 additions and 3 deletions

View File

@@ -40,4 +40,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: | run: |
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \ 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

View File

@@ -11,5 +11,4 @@ sonar.projectVersion=2.0.0
#sonar.sources=. #sonar.sources=.
# Encoding of the source code. Default is default system encoding # Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8
sonar.cfamily.compile-commands