diff --git a/.github/workflows/sonarcube.yml b/.github/workflows/sonarcube.yml index b5ce8a2..51f422a 100644 --- a/.github/workflows/sonarcube.yml +++ b/.github/workflows/sonarcube.yml @@ -76,7 +76,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | - sonar-scanner \ - --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json" \ - --define sonar.coverageReportPaths=${{ env.RUNNER_TEMP }}\testoutput.junit.xml + sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json" --define sonar.coverageReportPaths=${{ env.RUNNER_TEMP }}\testoutput.junit.xml \ No newline at end of file