mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-20 01:45:57 +00:00
Fix sonar github action
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
@@ -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
|
||||
sonar.sourceEncoding=UTF-8
|
Reference in New Issue
Block a user