Run on PR and Push #10

Closed
rboullard wants to merge 15 commits from StaticAnalysis into Development
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 80fdfe464c - Show all commits

View File

@@ -33,6 +33,9 @@ jobs:
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0
with:
args: >
-Dsonar.cxx.jsonCompilationDatabase=./build/Debug/compile_commands.json
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}

View File

@@ -9,3 +9,5 @@ sonar.tests=Bigfoot/Tests
sonar.cxx.file.suffixes=.hpp,.cpp,.h
sonar.cxx.clangtidy.reportPaths=tidy_result.txt
sonar.cxx.jsonCompilationDatabase.analyzeOnlyContainedFiles=True